Skip to content

kvietcong/readability-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Readibility Calculator

This program retrieves a desire file, parses the data, and calculates the readibility of the file using a multitude of readibility measures. To calculate readibility, the program keeps track of various things like Sentence, Word, and Syllable count.

This project was created with knowledge gained from Hyper Skill's Java track.

Usage

  1. Compile the Readability.java (using Javac)

  2. Prepare some type of file (preferably .txt) to have the program parse and analyze

  3. Run the program from the terminal (That is in the directory of the compiled bytecode) using the command java Readability

    • You can declare the file path in the command line arguments before running (ex. java Readability tests\\tests.txt)

What I used/referenced

What I learned

  • RegEx

  • Java Syntax

    • File IO
    • Design Patterns
    • Import/package structures

About

Program to calculate a given file's readability

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages