airtonbjunior / opinionMining

Opinion Mining/Sentiment Analysis Classifier using Genetic Programming
14 stars 3 forks source link
artificial-intelligence genetic-programming opinion-mining python sentiment-analysis

sentimentPY

Automated creation of an Opinion Mining/Sentiment Analysis Classifier Model using Genetic Programming

Opinion Mining

"Sentiment analysis, also called opinion mining, is the field of study that analyzes people’s opinions, sentiments, evaluations, appraisals, attitudes, and emotions towards entities such as products, services, organizations, individuals, issues, events, topics, and their attributes." (Liu, 2012)

Genetic Programming

"Genetic programming (GP) is an evolutionary computation (EC) technique that automatically solves problems without requiring the user to know or specify the form or structure of the solution in advance. At the most abstract level GP is a systematic, domain-independent method for getting computers to solve problems automatically starting from a high-level statement of what needs to be done." (Poli, Langdon, McPhee)

Dependencies

References

Old repository