A simple command-line tool to count the frequency of words in a file.
Features:
- case-insensitive
- removes stop words (NLTK)
- stems words (singular vs plural, tense, etc)
- button for filtering counts=1
- resizable window with text size adjustments
- button for saving to csv
pip install "word_counter @ git+https://github.com/josephrich98/word_counter.git"word_counterword_counter "This is a sample text. This text is for testing."word_counter -o output.csv "This is a sample text. This text is for testing."word_counter -i input.txtword_counter -h