renjunxiang / Poetry_Generate_PyTorch
学习用PyTorch创作唐诗
☆15Updated 6 years ago
Alternatives and similar repositories for Poetry_Generate_PyTorch:
Users that are interested in Poetry_Generate_PyTorch are comparing it to the libraries listed below
- 基于双向RNN,Attention机制的编解码神经机器翻译模型☆60Updated 7 years ago
- pytorch-based, RNN,中文古诗词、歌词、散文自动生成☆57Updated 5 years ago
- 文本生成☆41Updated 6 years ago
- 基于bert的中文自然语言处理工具,包括情感分析、中文分词、词性标注、以及命名实体识别功能,并提供文本分类任务、序列标注任务、句对关系判断任务的训练与预测接口☆132Updated 6 years ago
- NLP project, based on Bert/UNILM☆21Updated 5 years ago
- 情绪原因识别、情绪分类、情绪词典构建☆70Updated 6 years ago
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆59Updated 6 years ago
- Chinese Classic Poem Mining Project including corpus buiding by spyder and content analysis by nlp methods, 基于爬虫与nlp的中国古代诗词文本挖掘项目☆113Updated 6 years ago
- 基于深度学习的古诗生成(deep learning based Chinese poem generation)☆67Updated 6 years ago
- 文本生成(Word2Vec + RNN/LSTM)☆36Updated 6 years ago
- 中英机器文本翻译☆160Updated 5 years ago
- 中国古诗生成(文本生成)☆133Updated 6 years ago
- 从门户网站爬取新闻的摘要-标题对使用seq2seq根据摘要生成标题☆45Updated 7 years ago
- 简版文本对话/问答系统☆34Updated 5 years ago
- use RNN + LSTM generate poetry by Keras。机器学习自动编写古诗☆86Updated 7 years ago
- 创建《Python自然语言处理》学习代码的中文注释版本。☆87Updated 3 years ago
- BERT微调在机器翻译上的应用,哎哟,效果贼好。☆48Updated 4 years ago
- 细粒度用户评论情感分析☆123Updated 6 years ago
- Resource for AINLP☆136Updated 4 years ago
- Chinese segmentation simple by keras☆45Updated 7 years ago
- AI Challenger 2018 细粒度用户评论情感分析,排名17th,基于Aspect Level 思路的解决方案☆328Updated 6 years ago
- 英中机器文本翻译☆62Updated 6 years ago
- NLP算法领域的面试资料大全,包括笔试、面试题目☆41Updated 5 years ago
- 使用tensorflow构建的seq2seq+attention+beansearch 的聊天机器人模型☆47Updated 6 years ago
- 本项目使用云问科技训练的中文版UniLM模型对微博数据集进行自动标题生成。☆38Updated last year
- 中文语料库:包括情感词典 情感分析 文本分类 单轮对话 中文词典 知乎☆117Updated 7 years ago
- Chinese Word Segmentation Using MM/CRF/Bi-LSTM/Bi-LSTM-CRF/BERT-LSTM, 中文分词,使用 最大词匹配、CRF(CRF++)、Bi-LSTM (+CRF)、BERT-Bi-LSTM