All Projects → shawroad → Nlp_pytorch_project

shawroad / Nlp_pytorch_project

Embedding, NMT, Text_Classification, Text_Generation, NER etc.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nlp pytorch project

Kashgari
Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
Stars: ✭ 2,235 (+1360.78%)
Mutual labels:  text-classification, seq2seq, ner
Nlp tensorflow project
Use tensorflow to achieve some NLP project, eg: classification chatbot ner attention QAetc.
Stars: ✭ 27 (-82.35%)
Mutual labels:  chatbot, text-classification, nmt
Bert seq2seq
pytorch实现bert做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持GPT2进行文章续写。
Stars: ✭ 298 (+94.77%)
Mutual labels:  text-classification, seq2seq, ner
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (+866.67%)
Mutual labels:  text-classification, seq2seq, text-generation
pytorch-transformer-chatbot
PyTorch v1.2에서 생긴 Transformer API 를 이용한 간단한 Chitchat 챗봇
Stars: ✭ 44 (-71.24%)
Mutual labels:  chatbot, text-generation, seq2seq
Seq2seq chatbot
基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs
Stars: ✭ 308 (+101.31%)
Mutual labels:  chatbot, seq2seq, nmt
Snips Nlu
Snips Python library to extract meaning from text
Stars: ✭ 3,583 (+2241.83%)
Mutual labels:  chatbot, text-classification, ner
Xmunmt
An implementation of RNNsearch using TensorFlow
Stars: ✭ 69 (-54.9%)
Mutual labels:  seq2seq, nmt
Tensorflow seq2seq chatbot
Stars: ✭ 81 (-47.06%)
Mutual labels:  chatbot, seq2seq
Seq2seq chatbot new
基于seq2seq模型的简单对话系统的tf实现,具有embedding、attention、beam_search等功能,数据集是Cornell Movie Dialogs
Stars: ✭ 144 (-5.88%)
Mutual labels:  chatbot, seq2seq
Multiturndialogzoo
Multi-turn dialogue baselines written in PyTorch
Stars: ✭ 106 (-30.72%)
Mutual labels:  chatbot, seq2seq
Cnn intent classification
CNN for intent classification task in a Chatbot
Stars: ✭ 90 (-41.18%)
Mutual labels:  chatbot, text-classification
Kadot
Kadot, the unsupervised natural language processing library.
Stars: ✭ 108 (-29.41%)
Mutual labels:  text-classification, text-generation
Tensorflow Seq2seq Dialogs
Build conversation Seq2Seq models with TensorFlow
Stars: ✭ 43 (-71.9%)
Mutual labels:  chatbot, seq2seq
Nlp Experiments In Pytorch
PyTorch repository for text categorization and NER experiments in Turkish and English.
Stars: ✭ 35 (-77.12%)
Mutual labels:  text-classification, ner
Conversation Tensorflow
TensorFlow implementation of Conversation Models
Stars: ✭ 143 (-6.54%)
Mutual labels:  chatbot, seq2seq
Nlp xiaojiang
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
Stars: ✭ 954 (+523.53%)
Mutual labels:  chatbot, text-classification
Cluedatasetsearch
搜索所有中文NLP数据集,附常用英文NLP数据集
Stars: ✭ 2,112 (+1280.39%)
Mutual labels:  text-classification, ner
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (-18.95%)
Mutual labels:  text-classification, ner
Macadam
Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA、GPT-2等EMBEDDING嵌入; 支持FineTune、FastText、TextCNN、CharCNN、BiRNN、RCNN、DCNN、CRNN、DeepMoji、SelfAttention、HAN、Capsule等文本分类算法; 支持CRF、Bi-LSTM-CRF、CNN-LSTM、DGCNN、Bi-LSTM-LAN、Lattice-LSTM-Batch、MRC等序列标注算法。
Stars: ✭ 149 (-2.61%)
Mutual labels:  text-classification, ner

NLP_pytorch_project

1-Chatbot

  001-transformer_chatbot
      实现方式是标准的transformer。
  002-bert_chatbot
      参考UNILM

2-Embedding

  001-skipgram-word2vec.py
  002-bert.py
  003-albert.py	
  004-NPLM.py

3-NMT

  001-transformer_NMT
  002-gru_seq2seq_attention
  003-lstm_seq2seq_attention

4-Text-Classification

  001-TextCNN.py
  002-BILSTM+Attention.py
  003-CharCNN
  004-BERT_Classification
  005-ERNIE_Classification
  006-ALBert_Classification
  007-FastBert

5-Text-Generation

  001-NNLM.py	
  002-RNN.py	
  003-LSTM.py	
  004-BILSTM.py	
  004-transformer-greedy search.py
  005-lstm_text_generation	
  006-bilstm_text_generation
  007-GPT2    

6-Reading_comprehension

  001-transformer_reading
  002-BERT_MRC
  003-BiDAF
  004-DocQA
  005-match_lstm
  006-QANet
  007-RNet
  008-albert_mrc
  009-roberta_mrc

7-NER

  001-Bert_CRF_Ner
  002-Bert_Softmax_Ner
  003-BiLSTM_CRF_Ner
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].