textstat / textstat

:memo: python package to calculate readability statistics of a text object - paragraphs, sentences, articles.
https://textstat.org
MIT License
1.13k stars 165 forks source link

Can we use this algorithm on other language. #136

Closed ykkhan closed 3 years ago

ykkhan commented 3 years ago

As our work is based on the Urdu language. Can we apply this algorithm (Flesch reading, gunning fog etc) to the Urdu language?

alxwrd commented 3 years ago

Hi @ykkhan, unfortunately the research behind most of the indexes were based on the English language. I don't know how well, if at all, they would work in other languages.

There's current #94 open to track language support for textstat.

If you know of any research for algorithms for Urdu, please feel free to respond here or open a new issue with a link to the paper.