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
Error after loading a custom dictionary in the Sentiment Analysis widget. To Reproduce
Steps to reproduce the behavior:
1-Use widget Sentiment Analysis in the category Text Mining.
2-Choose a text file with words for the positive or negative dictionary.
Contents of an example dictionary:
Joyful
Brilliant
Kind
Hopeful
Successful
3-Press the Open button.
4-See error:
Traceback (most recent call last):
File "/home/user/miniconda3/envs/orange3/lib/python3.10/site-packages/orangecontrib/text/widgets/owsentimentanalysis.py", line 178, in __pos_loader_activated
self.self.commit.deferred()
AttributeError: 'OWSentimentAnalysis' object has no attribute 'self'
In the terminal of GNU/Linux:
AttributeError Exception
Traceback (most recent call last):
File "/home/aaa/miniconda3/envs/orange3/lib/python3.10/site-packages/orangecontrib/text/widgets/owsentimentanalysis.py", line 178, in __pos_loader_activated
self.self.commit.deferred()
AttributeError: 'OWSentimentAnalysis' object has no attribute 'self'
Expected behavior
That the file loads without giving an error.
Orange version:
Orange - About - version number.
3.38.1
Text add-on version:
Options - Add-ons - version number.
Text 1.16.1
Screenshots
If applicable, add screenshots to help explain your problem.
Operating system:
Windows 10 and GNU/Linux LinuxMint 22 Wilma (XFCE).
The error appears on both operating systems.
The text was updated successfully, but these errors were encountered:
Error after loading a custom dictionary in the Sentiment Analysis widget.
To Reproduce
Steps to reproduce the behavior:
1-Use widget Sentiment Analysis in the category Text Mining.
2-Choose a text file with words for the positive or negative dictionary.
Contents of an example dictionary:
Joyful
Brilliant
Kind
Hopeful
Successful
3-Press the Open button.
4-See error:
Traceback (most recent call last):
File "/home/user/miniconda3/envs/orange3/lib/python3.10/site-packages/orangecontrib/text/widgets/owsentimentanalysis.py", line 178, in __pos_loader_activated
self.self.commit.deferred()
AttributeError: 'OWSentimentAnalysis' object has no attribute 'self'
In the terminal of GNU/Linux:
AttributeError Exception
Traceback (most recent call last):
File "/home/aaa/miniconda3/envs/orange3/lib/python3.10/site-packages/orangecontrib/text/widgets/owsentimentanalysis.py", line 178, in __pos_loader_activated
self.self.commit.deferred()
AttributeError: 'OWSentimentAnalysis' object has no attribute 'self'
Expected behavior
That the file loads without giving an error.
Orange version:
Orange - About - version number.
3.38.1
Text add-on version:
Options - Add-ons - version number.
Text 1.16.1
Screenshots
If applicable, add screenshots to help explain your problem.
Operating system:
Windows 10 and GNU/Linux LinuxMint 22 Wilma (XFCE).
The error appears on both operating systems.
The text was updated successfully, but these errors were encountered: