simphile-text-similarity-nlp
simphile-text-similarity-nlp copied to clipboard
TextProcessor.__init__() got an unexpected keyword argument 'only_alphabetic'
trafficstars
Following the README example;
processor = TextProcessor(lowercase=True, only_alphabetic=True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: TextProcessor.__init__() got an unexpected keyword argument 'only_alphabetic'
I believe this is due to the latest release not being pushed.
simphile version: 1.0.1
version 1.0.2 is now out and on PyPI -- does this resolve this issue for you?