You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I apologize for a dumb qustion, but I don't understand why I fail to run the text matcher.
After cloning the repository, installing the text matcher and nltk (whithout it the stopwords would not work for me), I tried to run it, but got an AttributeError: 'Matcher' object has no attribute 'silent'.
However, I see that it is defined, initialized, and assigned a default value of False in matcher.py.
Could you please help me understand what I am doing wrong?
The text was updated successfully, but these errors were encountered:
Hello, I apologize for a dumb qustion, but I don't understand why I fail to run the text matcher.
After cloning the repository, installing the text matcher and nltk (whithout it the stopwords would not work for me), I tried to run it, but got an AttributeError:
'Matcher' object has no attribute 'silent'
.However, I see that it is defined, initialized, and assigned a default value of False in matcher.py.
Could you please help me understand what I am doing wrong?
The text was updated successfully, but these errors were encountered: