-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Multilingual-Sentiment-Analysis | ||
|
||
In this project I have developed a multilingual sentiment analysis system. This system can be used for sentiment classification task over 3 languages namely English, Hindi and Marathi. | ||
|
||
Input: Any sentence in English or Hindi or Marathi. | ||
|
||
Output: Sentiment Class (Positive or Negative or Neutral). | ||
|
||
I have also provided a very easy to use GUI to use this system which is basically as web interface. | ||
|
||
At the back of the system there are two models distilbert and mbert. Usert can select any of these two for the classification task. |