DaveChild / Text-Statistics

Generate information about text including syllable counts and Flesch-Kincaid, Gunning-Fog, Coleman-Liau, SMOG and Automated Readability scores.
https://readable.com/
BSD 2-Clause "Simplified" License
446 stars 107 forks source link

Addition of Läsbarhetsindex #38

Closed Nio-av closed 7 years ago

Nio-av commented 7 years ago

I've writen code for calculating the Läsbarhetsindex (Björnsson, 1968).

LIX = 100*RWL+ASL

*Where*
RLW (Ratio of long Words to all words) = Number of Long Words / Number of Words
ASL (Average sentence length) = number of Words / Number of Sentences

and: Long Words have more than six characters.

This Readability-Score formula has been developed for Swedish, but also works for German and English. More Informations:

Ott,N.(2009). Information retrieval for language learning: An exploration of text difficulty measures. In ISCL master’s thesis. Universität Tübingen, Seminar für Sprachwissenschaft, Tübingen, Germany. Page 19

May I commit this additions direct to master-branch?

DaveChild commented 7 years ago

Absolutely, thanks for adding it!

Nio-av commented 7 years ago

See Pull Request #39. I haven't write access to this Repository.