Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macktb/readability-score
Implementation of various factors to test readability for English texts.
https://github.com/macktb/readability-score
Last synced: 5 days ago
JSON representation
Implementation of various factors to test readability for English texts.
- Host: GitHub
- URL: https://github.com/macktb/readability-score
- Owner: macktb
- Created: 2020-11-08T17:05:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T12:59:19.000Z (about 4 years ago)
- Last Synced: 2025-01-10T16:54:16.226Z (6 days ago)
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Readability-score in Java
**Readability** is the skill with which a reader can understand a written text.
In reality, the readability of text is about on its content and its presentation.
Researchers have used diverse factors to measure readability.
They produce an approximate representation of the _US grade level_ needed to understand a text.For the implementation of this application, we used these various factors to measure
readability of a text write in _**English language**_:
- Automated Readability Index (ARI);
- Flesch-Kincaid readability tests;
- Simple Measure of Gobbledygook (SMOG);
- Coleman-Liau index.To find these scores, we have to find first: number of **_words_**, **_sentences, characters,
syllables, polysyllables_** and some others measures (like average number of character per
100 words ...) in the text in question.