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
I encountered this while processing sentiment using TextBlob of some live data scraped from the internet. The string field in question was of the value "c-17", which the PatternAnalyzer logic is expecting to be an instance of a Synset, complete with synonyms.
This is incorrect behavior, as it is attempting to access "synonyms" on an instance of an actual string. I have fixed this and will open a pull request.
The text was updated successfully, but these errors were encountered:
I encountered this while processing sentiment using TextBlob of some live data scraped from the internet. The string field in question was of the value "c-17", which the PatternAnalyzer logic is expecting to be an instance of a Synset, complete with synonyms.
This is incorrect behavior, as it is attempting to access "synonyms" on an instance of an actual string. I have fixed this and will open a pull request.
The text was updated successfully, but these errors were encountered: