1tangerine1day/Aspect-Term-Extraction-and-Analysis
Aspect Term Extraction and Aspect-based Sentiment Analysis on SemEval-2014 task4
This tool helps businesses and researchers understand public opinion by automatically identifying specific aspects of products or services mentioned in text, and then determining the sentiment towards each aspect. For example, it can find mentions of 'battery life' or 'price' in customer reviews and tell you if people feel positively or negatively about those particular features. It's ideal for market researchers, product managers, and customer feedback analysts.
No commits in the last 6 months.
Use this if you need to quickly extract key features or attributes from large volumes of unstructured text, like product reviews or social media comments, and understand the specific sentiment associated with each of them.
Not ideal if you only need a general positive/negative sentiment score for an entire document, or if your text data is not focused on specific aspects of entities.
Stars
26
Forks
13
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 29, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/1tangerine1day/Aspect-Term-Extraction-and-Analysis"
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实现。
chiayewken/Span-ASTE
Code Implementation of "Learning Span-Level Interactions for Aspect Sentiment Triplet Extraction".
jiangqn/Aspect-Based-Sentiment-Analysis
A paper list for aspect based sentiment analysis.