readability
readability copied to clipboard
a collection of functions that measure the readability of a given body of text
The number of syllables for some words computed by the 'count' function (in syllables_en.py) is wrong. For example: count('the') =0, count('we') =0, count('be') =0
Hi, I am not able to do pip install for this. Not able to find the installation setyp.py fine in the package
I was trying to use this as a library, so I made some changes. Now, all you need to do is clone the repo in your project directory and you...
Shouldn't this work? ``` >>> Readability(u'This does not work\u2762').SMOGIndex() Traceback (most recent call last): File "", line 1, in File "readability\readability.py", line 16, in __init__ self.analyze_text(text) File "readability\readability.py", line 20,...