A simple program to count all the (unique) words contained in a text file and perform similar operations.
- Download either
uniqword.exe
oruniqword.py
and place it in the directory of the files you need it for. - Run the script/executable.
- Add the file(s) or directory you need through the
add_file
andadd_dir
commands.
You can use the help
command at any moment to learn about the functionalities of uniQword and how to use them.
- Count and list all words.
- Count and list unique words.
- Frequency list for words.
- Process multiple files at once.
- Process multiple directories at once.
- Print stats to file on demand.
- Executable version.
- Filter out function words, articles etc.
- Recognise verb conjugations.
- More statistical data on words.
- Currently, words containing apostrophes will be counted as two separate words. Example:
C'thulhu
=C
,thulhu
.
- Plain text (
.txt
etc). .pdf
(including encrypted)..docx
..odt
.