halxp1 / lstm-text-generationLinks
文本生成(Word2Vec + RNN/LSTM)
☆36Updated 6 years ago
Alternatives and similar repositories for lstm-text-generation
Users that are interested in lstm-text-generation are comparing it to the libraries listed below
Sorting:
- Bert中文文本分类☆40Updated 6 years ago
- Self complemented Key infomation extraction including keywords, abstract from text using algorithm like textrank ,tfidf 基于Textrank算法的文本摘要…☆54Updated 7 years ago
- 使用pytorch和京东某商品评价数据集,采用不同模型对文本进行分类☆25Updated 7 years ago
- Byte Cup 2018国际机器学习竞赛 23 名(水滴队)代码☆46Updated 6 years ago
- CCF BDCI 2019 互联网新闻情感分析 复赛top8 代码☆66Updated 5 years ago
- 文本分类:传统机器学习模型和深度学习模型☆50Updated 6 years ago
- NLP的一些小例子,如:文本分类、文本纠错、关键词提取、自动摘要等☆23Updated 6 years ago
- 通过char_RNN、VAE、GAN进行文本生成☆20Updated 6 years ago
- 双向lstm+crf 序列标注☆64Updated 5 years ago
- SVM, FastText, TextCNN, BiGRU, CNN-BiGRU在短分本分类上的对比☆84Updated 6 years ago
- 一个关于百度2019语言与智能技术竞赛信息抽取 (http://lic2019.ccf.org.cn/kg) 的简单Demo, 模型采用BERT+CNN ( https://github.com/Wangpeiyi9979/IE-Bert-CNN )。 Demo使用Fl…☆125Updated 6 years ago
- 2019搜狐校园算法大赛。决赛解决方案ppt、实体lgb单模代码☆70Updated 6 years ago
- 练习题︱基于今日头条开源数据的文本挖掘☆84Updated 6 years ago
- NLP相关的paper代码复现。主要包括ACL,AAAI,EMNLP等顶会论文。☆85Updated 2 years ago
- 评论上的情感分析:主题与情感词抽取☆81Updated 4 years ago
- 面向金融领域的实体关系抽取☆51Updated 6 years ago
- Code lab for NLP. Including doc2txt,tf-idf,cnn,text classify,hmm cws,crf ner.☆42Updated 7 years ago
- 基于句法分析的命名实体关系抽取程序☆65Updated 9 years ago
- 基于膨胀卷积神经网络(Dilated Convolutions)训练好的医疗命名实体识别工具☆47Updated 6 years ago
- Paper notes: Linguistically Regularized LSTM for Sentiment Classification☆8Updated 6 years ago
- 面向金融领域的事件主体抽取(ccks2019),一个baseline☆119Updated 6 years ago
- 汽车行业用户观点主题及情感识别☆24Updated 4 years ago
- CCL2018客服领域用户意图分类冠军1st方案☆148Updated 2 years ago
- CSDN博客的关键词提取算法,融合TF,IDF,词性,位置等多特征。该项目用于参加2017 SMP用户画像测评,排名第四,在验证集中精度为59.9%,在最终集中精度为58.7%。启发式的方法,通用性强。