blueprints-for-text-analytics-python / blueprints-text

Jupyter notebooks for our O'Reilly book "Blueprints for Text Analysis Using Python"
Apache License 2.0
250 stars 141 forks source link

Chapter 4: Blueprint: Character Normalization with textacy #10

Closed LulinS closed 2 years ago

LulinS commented 2 years ago

The API of textacy has changed a lot. For example, tprep.normalize_hyphenated_words(text) has been changed into tprep.normalize.hyphenated_words(text)

jsalbr commented 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