Three different methods implemented in C++ for tokenizing words in text files and counting word match.
- mkdir [directory name]
- cd [directory name]
- cmake ../
- make -j4
- cd ../
- python3 words_counter_run_test.py [number of iterations] [data txt file] [output txt file]
© Created by Andrii Maistruk and Hermann Yavorskyy, 2019.