Closed LulinS closed 2 years ago
Yes, I know. If you check the repository you will find everything regarding textacy already updated, e.g. here https://github.com/blueprints-for-text-analytics-python/blueprints-text/blob/master/ch04/Data_Preparation.ipynb
The API of textacy has changed a lot. For example,
tprep.normalize_hyphenated_words(text)
has been changed intotprep.normalize.hyphenated_words(text)