Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 582 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 582 Bytes

Readability-Score-Java

Project : Readability Score

Readability Score

About

Everyone has their own personal reading history, and as we grow up, we are able to comprehend more and more complicated texts. But how do you estimate the level of difficulty of a given text, and how do you teach a computer to do that? In this project, you will find it out: write a program that determines how difficult the text is and for which age it is most suitable.

Learning outcomes

Learn to call programs from the command-line and get more experience with using regexes and Math class.