Skip to content

Commit

Permalink
Merge pull request #954 from PrimozGodec/language-sentiment
Browse files Browse the repository at this point in the history
[ENH] Sentiment Analysis - Language from corpus
  • Loading branch information
VesnaT authored Apr 21, 2023
2 parents 23da347 + 2531c33 commit 9a72fc0
Show file tree
Hide file tree
Showing 5 changed files with 483 additions and 412 deletions.
1 change: 1 addition & 0 deletions orangecontrib/text/language.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"ur": "Urdu",
"vi": "Vietnamese",
"zh": "Chinese",
"zh_char": "Chinese - Chinese Characters",
None: None,
}
LANG2ISO = {lang: code for code, lang in ISO2LANG.items()}
Expand Down
Loading

0 comments on commit 9a72fc0

Please sign in to comment.