allenfallen / flesch-kincaid-calculator

Text reader that processes information such as flesch-kincaid reading level, number of words, word frequency, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flesch-Kincaid Calculator

Text reader that processes the following information

  • Word count
  • Line count
  • Sentence count
  • Paragraph count
  • Flesch-Kincaid reading level
  • Time the program took to process the text
  • Frequency of first letter of each word
  • Top 10 words used (including count and frequency)
  • Complete word list (with count, frequency, and line numbers it appeared on)

A sample output for War and Peace is included in the output folder.

License

This project is released under MIT License. Please review the License file for more details.

About

Text reader that processes information such as flesch-kincaid reading level, number of words, word frequency, and more.

License:MIT License


Languages

Language:C++ 99.0%Language:QMake 1.0%