A utility that determines the readability of the text by many different parameters:
Each of the metrics allows you to find out the minimum age of a reader who can comfortably work with text.
The utility was written for personal use. Helps analyze readability:
- The documentation I wrote in PromoCat
- CV.
- Some essay/review in English.
Launch via CLI. Format: java Main {file name}
There are 4 modes corresponding to each of the metrics. ** all ** mode counts all metrics.
The modes can be listed, for example: ** ARI FK SMOG ** will return the results of only three metrics.
This project was created at JetBrains Academy, Hyperskill platform.