thunlp / Auto_CLIWCLinks
Code for Chinese LIWC Lexicon Expansion via Hierarchical Classification of Word Embeddings with Sememe Attention (AAAI18)
☆154Updated 7 years ago
Alternatives and similar repositories for Auto_CLIWC
Users that are interested in Auto_CLIWC are comparing it to the libraries listed below
Sorting:
- Chinese Subjective Dectection based on subjective knowlegebase, 中文主观性计算。基于中文主观性知识库的句子主观性评定方法。☆57Updated last year
- Self complemented sentiment words expansion using seed sentiment words and so-pmi , this method is tested to be effective, 基于情感种子词与so-pmi…☆87Updated 7 years ago
- BTM实现代码☆100Updated 2 years ago
- BTM in python☆73Updated 7 years ago
- Joint Sentiment-Topic Model using collapsed Gibbs sampling☆14Updated 7 years ago
- Chinese Sentiment Analysis 中文文本情感分析☆189Updated 2 years ago
- Aspect Based Sentiment Analysis 基于方面的细粒度情感分析☆171Updated 2 years ago
- A project with topic model implementations☆132Updated 2 years ago
- 重构论文A Biterm Topic Model for Short Texts提供的源代码,编译成一个python 扩展模块,并用python 包装了一下,提供一个user-friendly python package☆11Updated 6 years ago
- 评论上的情感分析:主题与情感词抽取☆81Updated 4 years ago
- Pytorch implementation of "Character-based BiLSTM-CRF Incorporating POS and Dictionaries for Chinese Opinion Target Extraction", ACML2018☆60Updated 10 months ago
- ☆134Updated 2 years ago
- 提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA…