TianFengshou / NLP_toolsLinks
我的自然语言处理工具包合集(只博客中已发布的)
☆39Updated 4 years ago
Alternatives and similar repositories for NLP_tools
Users that are interested in NLP_tools are comparing it to the libraries listed below
Sorting:
- using jieba and doc2vec to implement sentiment analysis for Chinese docs☆79Updated 6 years ago
- AI100文本分类竞赛代码。从传统机器学习到深度学习方法的测试☆254Updated 8 years ago
- 基于python gensim 库的LDA算法 对中文进行文本分析,很难得,网上都是英文的,基本上没有中文的,需要安装jieba分词进行分词,然后去除停用词最后才能使用LDA☆136Updated 6 years ago
- BDCI 2018 汽车行业用户观点主题及情感识别 决赛一等奖方案☆431Updated 6 years ago
- 练习题︱基于今日头条开源数据的文本挖掘☆84Updated 6 years ago
- AI-Challenger Baseline 细粒度用户评论情感分析☆230Updated 6 years ago
- several methods for text classification☆187Updated 7 years ago
- ☆96Updated 5 years ago
- gensim 中文文档☆82Updated 4 years ago
- 这是本人第一次数据算法比赛实录。主要整理记录2017年CCF大数据与计算智能竞赛使用的模型和实现代码,选择了基于主题的文本情感分析赛题。采用情感词典+自定义规则完成比赛,成绩:136/796。☆48Updated 7 years ago
- 《自然语言处理理论与实战》一书源码下载☆124Updated 6 years ago
- SA☆33Updated 6 years ago
- 中文ULMFiT 情感分析 文本分类☆263Updated 6 years ago
- This is the program which tries to classifier the sentiment of the production's comments in JD.☆39Updated 8 years ago
- 创建《Python自然语言处理》学习代码的中文注释版本。☆87Updated 4 years ago
- 本项目曾冲到 全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售☆40Updated 7 years ago
- 文本特征提取,适用于小说,论文,议论文等文本,提取词语、句子、依存关系等特征。python开发。☆42Updated 7 years ago
- Chinese Shopping Reviews sentiment analysis☆357Updated 7 years ago
- ’达观杯‘文本智能处理挑战赛,文本分类任务的实现,包括一些传统的监督学习算法和深度学习算法,主要基于sklearn/xgb/lgb/pytorch包实现。☆261Updated 7 years ago
- 这是我在小象学院课程《深度学习之TensorFlow高级编程》的课程代码☆112Updated 4 years ago
- 利用Doc2Vec计算文本相似度☆138Updated 7 years ago
- Python自然语言处理实战-核心技术与算法☆64Updated 7 years ago
- AI Challenger 2018 Sentiment Analysis Baseline with fastText☆152Updated 7 years ago
- 2018达观杯长文本分类智能处理挑战赛 18解决方案☆154Updated 6 years ago
- ☆115Updated 7 years ago
- A simple documentary topic analysis implement based on traditional K-means and LDA which can achieve a not-bad result. 基于Kmeans与Lda模型的多文…☆243Updated 6 years ago
- 使用深度学习方法对IMDB电影评价做情感分析,使用的方法分别为:MLP、BiRNN、BiGRU+Attention Model☆225Updated 8 years ago
- 使用BiLSTM对人民日报语料进行分词☆56Updated 6 years ago
- flask+seq2seq【TensorFlow1.0, Pytorch】 在线聊天机器人 https://mp.weixin.qq.com/s/VpiAmVSTin3ALA8MnzhCJA 或 https://ask.hellobi.com/blog/python_s…☆68Updated 2 years ago
- Sentiment Classifier base on traditional Maching learning methods, eg Bayes, SVM ,DecisionTree, KNN and Deeplearning method like MLP,CNN,…☆144Updated 7 years ago