-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] OWSentimentAnalysis: Add new languages #462
Conversation
f85f217
to
37079ba
Compare
The test passes locally. 🤷♀ |
self.liu_hu = gui.appendRadioButton(box, "Liu Hu", addToLayout=False) | ||
self.liu_lang = gui.comboBox(None, self, 'language', | ||
self.liu_lang = gui.comboBox(None, self, 'liu_language', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use contentsLength
parameter for bouth gui.comboBox
so that they are of equal length.
self.send_signal("Corpus", self.corpus) | ||
|
||
def test_output(self): | ||
"Test if new column on the output" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will probably add some testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ooops. 🙈
37079ba
to
d542c0d
Compare
@robertcv Fixed. Tests still don't pass. Well, they sometimes do and sometimes don't. 🤷♀ |
@ajdapretnar I cannot find a solution for this falling test. I would suggest to remove it or add the skip decorator. I wouldn't like to merge something that will constantly faile. |
d542c0d
to
c46b847
Compare
Codecov Report
@@ Coverage Diff @@
## master #462 +/- ##
=========================================
+ Coverage 85.57% 85.6% +0.03%
=========================================
Files 34 34
Lines 1927 2001 +74
Branches 329 336 +7
=========================================
+ Hits 1649 1713 +64
- Misses 238 248 +10
Partials 40 40 |
c46b847
to
66d7985
Compare
Issue
Implements #306.
Description of changes
Add additional languages for sentiment analysis.
Includes
Todo