Closed gryBox closed 5 years ago
Hey @gryBox , I changed the name of that kwarg from normalize_unicode
to normalized_unicode
because of a name collision that I'd accidentally created in the 0.7.1 release, as pointed out in Issue #250 . The change has been merged into master so people can use the function correctly, but it's not yet been included in a release.
This prompted me to revamp textacy's preprocessing
functionality in the next release (see PR #253), so things will be a bit different in 0.7.2 (or 0.8.0, depending on how I decide to increment). Sorry about the confusion.
steps to reproduce
Returns:
TypeError: preprocess_text() got an unexpected keyword argument 'normalized_unicode'.
Although it does exist in the documentation and source code.Removing this argument does allow the function to run without errors.
environment
textacy
version: 0.7.1Thanks again for all your hard work on textacy