Counts word frequencies in text with top 10 display.
- Count word frequencies
- Load from file or direct input
- Display top 10 words
- Case-insensitive counting
- Language: Pure Python
- Libraries:
collections,re(standard library) - Complexity: Beginner
python main.pyOpen source for educational purposes.