chrku/absa
Aspect-Oriented Sentiment Analysis or Aspect Based Sentiment Analysis (ABSA) is an NLP task. It is a more fine-grained version of the sentiment analysis task. In sentiment analysis, the task is to find out whether a given piece of text has a certain polarity, i.e. to find out whether it has a certain sentiment. An example is "the food is bad", which has a negative sentiment. This is a special case of text classification. This kind of task can come up in many applications, e.g. in processing reviews from customers to gauge customer satisfaction.
No commits in the last 6 months.
Stars
1
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 12, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/chrku/absa"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
wayfair-incubator/extra-model
Code to run the ExtRA algorithm for unsupervised topic/aspect extraction on English texts.
KennethEnevoldsen/asent
Asent is a python library for performing efficient and transparent sentiment analysis using spaCy.
songyouwei/ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
jiangqn/Aspect-Based-Sentiment-Analysis
A paper list for aspect based sentiment analysis.
chiayewken/Span-ASTE
Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".