mholtzscher / spacy_readability

spaCy pipeline component for adding text readability meta data to Doc objects.
MIT License
56 stars 10 forks source link

Protect against zero-length documents, and better data hygeine #102

Closed bovlb closed 5 years ago

bovlb commented 5 years ago

Don't store doc-specific data in the pipeline component.
Protect ari() and coleman_liau() from zero-length documents.

mholtzscher commented 5 years ago

Can you update your branch with master. I have updated dependencies and fixed build jobs.