Pinned Repositories
ABSA-Reading-List
Reading list of aspect-based sentiment analysis.
ABSC
aspect-based sentiment classification
ACOS
The datasets and code of ACL 2021 paper "Aspect-Category-Opinion-Sentiment Quadruple Extraction with Implicit Aspects and Opinions".
ChatGPT-Sentiment-Evaluation
Can ChatGPT really understand the opinions, sentiments, and emotions contained in the text? We provide a preliminary evaluation.
ECPE
RTHN
The code of IJCAI2019 paper "RTHN: A RNN-Transformer Hierarchical Network for Emotion Cause Extraction".
LibLR
A C++ implementation of Multi-class Logistic Regression (Softmax Regression), supporting large-scale sparse data and GD, SGD and L-BFGS optimization.
LibNB
A C++ implementation of naive Bayes model
LibNBEM
a C++ implementation of Naive Bayes model for semi-supervised and unsupervised learning with Expectation Maximization optimization
PyTC
A Python Toolkit for Text Classification with BOW (bags-of-words) Representation, feature selection (MI, IG, CHI, WLLR), and classification (NB, LR, SVM)
rxiacn's Repositories
rxiacn/LibNB
A C++ implementation of naive Bayes model
rxiacn/LibLR
A C++ implementation of Multi-class Logistic Regression (Softmax Regression), supporting large-scale sparse data and GD, SGD and L-BFGS optimization.
rxiacn/LibNBEM
a C++ implementation of Naive Bayes model for semi-supervised and unsupervised learning with Expectation Maximization optimization
rxiacn/PyTC
A Python Toolkit for Text Classification with BOW (bags-of-words) Representation, feature selection (MI, IG, CHI, WLLR), and classification (NB, LR, SVM)