-
-
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
OWSentimentAnalysis: implement support for Slovenian #366
Conversation
66ee4c5
to
70f977c
Compare
Codecov Report
@@ Coverage Diff @@
## master #366 +/- ##
=========================================
- Coverage 85.24% 84.95% -0.3%
=========================================
Files 33 34 +1
Lines 1871 1881 +10
Branches 337 337
=========================================
+ Hits 1595 1598 +3
- Misses 237 241 +4
- Partials 39 42 +3 |
@@ -0,0 +1,13 @@ | |||
Source Created Category ID Content Source URL User |
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.
I know the file name is a reference to the article but it has no meaning to the end-user. Could we think of a better one? Also, could we add this dataset with more than just 10 documents?
@@ -0,0 +1,13 @@ | |||
Source Created Category ID Content Source URL User | |||
discrete time discrete string string string string | |||
meta meta meta meta |
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.
Set default text features
self.liu_hu = gui.appendRadioButton(box, "Liu Hu", addToLayout=False) | ||
self.liu_lang = gui.comboBox(None, self, 'language', | ||
sendSelectedValue=True, | ||
items=[i for i in self.LANG], |
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.
Why make a new list?
70f977c
to
8083a83
Compare
8083a83
to
e3c4253
Compare
e3c4253
to
607287c
Compare
Issue
Partially implements #298.
Description of changes
Added Slovenian language resources for sentiment analysis that work with Liu Hu method.
Added Slovenian sentiment corpus KSS_1.001.
Tests.
Includes