igonna/PopularWords
This program takes a file with text as input, processes it so that it gets an array of words, then sorts these words and outputs them to a file. The program can be useful, for example, for processing a story or even a whole book, you can even find out which words are used most often, translate them and learn in another language.
C++GPL-3.0