sentiment_classifier
Sentiment Analyzer
A Python library for sentiment analysis using word sense disambiguation and machine learning algorithms.
Sentiment Classification using Word Sense Disambiguation
172 stars
11 watching
33 forks
Language: OpenEdge ABL
last commit: over 2 years ago
Linked from 2 awesome lists
machine-learningsentiment-analysisword-sense-disambiguationwsd
Related projects:
Repository | Description | Stars |
---|---|---|
ibm/max-text-sentiment-classifier | Detects sentiment in short pieces of text using a pre-trained BERT model fine-tuned on the IBM Claims Dataset. | 58 |
neuro-inc/ml-recipe-hier-attention | An implementation of a neural network architecture for sentiment classification using hierarchical attention mechanisms. | 2 |
poltextlab/sentiment_hun | A tool for analyzing the sentiment of Hungarian news articles based on word embeddings and dictionaries. | 1 |
barissayil/sentimentanalysis | A sentiment analysis tool trained on the Stanford Sentiment Treebank using various neural network architectures. | 364 |
kvignesh122/assetnewssentimentanalyzer | An application providing sentiment analysis tools for financial assets and securities using GPT models and Google search results | 115 |
jagerv3/sentiment_analysis_thai | Analyzes sentiment in Thai text using machine learning algorithms and natural language processing techniques. | 12 |
nvidia/sentiment-discovery | Large-scale unsupervised language modeling for robust sentiment classification and related NLP tasks | 1,062 |
nzaillian/sentiment_lib | Provides a simple sentiment analysis tool with extensible analysis strategies | 14 |
dantame/sentient | A sentiment analysis tool using a pre-defined word list to determine the emotional tone of text | 34 |
dinopuguh/gosentiwordnet | Analyze sentiment in text using a pre-defined lexicon of words with their associated emotional connotations. | 10 |
haoopeng/cnn-yelp-challenge-2016-sentiment-classification | This repository trains a Convolutional Neural Network to classify customer reviews based on their sentiment. | 109 |
fnielsen/afinn | A Python library providing a wordlist-based approach for sentiment analysis across multiple languages. | 449 |
ermlab/pl-sentiment-analysis | A Python library providing an API for sentiment analysis of Polish text using deep learning and Word2vec models | 27 |
jkkummerfeld/berkeley-parser-analyser | Classifies mistakes in parser output by categorizing errors into types such as missing, crossing, or extra tokens. | 41 |
madhusudancs/sentiment-analyzer | An application that uses natural language processing to determine the sentiment behind user-generated text data | 52 |