Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 928 Bytes

File metadata and controls

37 lines (29 loc) · 928 Bytes

Word frequency analyzer

Word frequency analyzer on C++ language

  • ./src/word_frequency_analyzer.h
  • ./src/word_frequency_analyzer.cpp

Test

  • ./src/word_frequency_analyzer_test.h
  • ./src/word_frequency_analyzer_test.cpp

Data for testing

  • ./data/test_input.txt
  • ./data/test_output.txt

Example using for Qt

  • ./src/wfa.pro
  • ./src/main.cpp

The program wfa accepts the arguments

  • input file name
  • output file name

If there is no second argument, the output file name is accepted ./data/output.txt
In the absence of arguments, it is proposed to test

Execute program

./wfa ../data/test_input.txt ../data/output.txt

Author

Ilya Shishkin
mailto:cortl@8iter.ru
http://8iter.ru/
https://github.com/cortl0/word_frequency_analyzer_cpp

License

This project is licensed under the GPL v3.0 - see the LICENSE file for details