AttributeError: 'Matcher' object has no attribute 'silent'
Svetlana-Yatsyk opened this issue · 0 comments
Svetlana-Yatsyk commented
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?