CLMay 16, 2019

Machine Learning based English Sentiment Analysis

arXiv:1905.06643v13 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental application of existing methods to a specific domain (women's products) for manufacturers to gauge customer satisfaction.

The paper tackled sentiment analysis for English comments on women's products using Support Vector Machine and WEKA, achieving F-measures of 92.1% for positive, 86.8% for negative, and 81.2% for neutral comments.

Sentiment analysis or opinion mining aims to determine attitudes, judgments and opinions of customers for a product or a service. This is a great system to help manufacturers or servicers know the satisfaction level of customers about their products or services. From that, they can have appropriate adjustments. We use a popular machine learning method, being Support Vector Machine, combine with the library in Waikato Environment for Knowledge Analysis (WEKA) to build Java web program which analyzes the sentiment of English comments belongs one in four types of woman products. That are dresses, handbags, shoes and rings. We have developed and test our system with a training set having 300 comments and a test set having 400 comments. The experimental results of the system about precision, recall and F measures for positive comments are 89.3%, 95.0% and 92,.1%; for negative comments are 97.1%, 78.5% and 86.8%; and for neutral comments are 76.7%, 86.2% and 81.2%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes