py-readability-metrics icon indicating copy to clipboard operation
py-readability-metrics copied to clipboard

📗 Score text readability using a number of formulas: Flesch-Kincaid Grade Level, Gunning Fog, ARI, Dale Chall, SMOG, and more

Results 21 py-readability-metrics issues
Sort by recently updated
recently updated
newest added

Thanks for your work on this nice project. I intend to create a library for text simplification, and potentially would like to integrate your package. The selection of a tokenizer...

See https://github.com/cdimascio/py-readability-metrics/issues/26#issuecomment-1046301510 Introduces a non-breaking change which allows to override custom word-level tokenization. The new `f_tokenize_words` argument accepts a function which maps a text to its words. **_example:_** ```python from...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. As this is a private repository, Snyk-bot does not have access....

In https://github.com/conda-forge/staged-recipes/pull/15101 the installation on Windows was found to fail with this traceback: ```python Running command python setup.py egg_info Traceback (most recent call last): File "", line 1, in File...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Dear Cdimascio: I would like to know it still reported 'readability.exceptions.ReadabilityException: SMOG requires 30 sentences. ' when passing the all_sentences=True argument to smog(). r=readability.Readability(text) s = r.smog(all_sentences=True) print(s.score) print(s.grade_level) Best...

And regarding language: - German https://github.com/shivam5992/textstat/issues/113 - Italian https://github.com/shivam5992/textstat/issues/114 - Arabic https://github.com/shivam5992/textstat/issues/115 - Japanese https://github.com/shivam5992/textstat/issues/116 - Dutch https://github.com/shivam5992/textstat/issues/105

Take a look at these, since they all look interesting - https://github.com/shivam5992/textstat/issues/108 - https://github.com/shivam5992/textstat/issues/110 - https://github.com/shivam5992/textstat/issues/111 - https://github.com/shivam5992/textstat/issues/131 - https://github.com/shivam5992/textstat/issues/132

I compared the Dale-Chall results on one of Robert Munsch's stories ('Love You Forever') from this with other scoring software (e.g. the one you cite). The results were drastically different....