In this repository, there are three kinds of sentiment analysis. They are normal glable sentiment analysis, context sentiment analysis and aspect sentiment analysis. Contextual sentiment analysis refers to sentiment analysis that takes into account the context surrounding a piece of text in order to better understand the sentiment being expressed. Aspect-based sentiment analysis (ABSA) refers to sentiment analysis that looks at opinions and emotions towards specific aspects of products, services, topics, individuals, etc. rather than providing an overall sentiment score.
-
Normal globle sentiment analysis.
sentiment_analysis_globle_gr.py
sentiment_analysis_globle.ipynb
-
context based sentiment analysis.
context_based_sa.ipynb context_based_sa_zh.ipynb
-
Aspect-based sentiment analysis
-
apects automatic detection sentiment analysis:
absa_no_appointed_aspects_gr.py
absa_no_appointed_aspects_gr.ipynb
-
appointed aspects sentiment analysis
absa_with_appointed_aspects.ipynb
-