simphile-text-similarity-nlp icon indicating copy to clipboard operation
simphile-text-similarity-nlp copied to clipboard

TextProcessor.__init__() got an unexpected keyword argument 'only_alphabetic'

Open CaedenPH opened this issue 3 years ago • 1 comments
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

CaedenPH avatar Sep 30 '22 17:09 CaedenPH

version 1.0.2 is now out and on PyPI -- does this resolve this issue for you?

brianrisk avatar Sep 30 '22 18:09 brianrisk