This program will take an input text and find all the unique words and tell you how many times they appear in a text. Thus telling you many words are needed to understand all the vocabulary in a text.
The program is complied and run like so "cargo run path/to/file"