mholtzscher / spacy_readability

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

Change Dale Chall word list to set. #108

Closed mholtzscher closed 5 years ago

mholtzscher commented 5 years ago

Sets are better for containment lookups and more performant.