patent_similarity_search icon indicating copy to clipboard operation
patent_similarity_search copied to clipboard

nlputils has no module named preprocessing

Open rajat1433 opened this issue 5 years ago • 0 comments

while running compare_cats.py nlputils has no module named preprocessing error is raised. Also nlputils has features module which contain FeatureTransform. Even after replacing the nlputils.preprocessing by nlputil.features still the following error is coming \py2\lib\site-packages\unidecode_init_.py", line 48, in unidecode_expect_ascii bytestring = string.encode('UTF-8') UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1885: ordinal not in range(128)

Can you tell which nlputils package did you used as all the versions didn't contain the preprocessing module

rajat1433 avatar Jul 18 '19 05:07 rajat1433