casually-PYlearner's Stars
keras-team/keras
Deep Learning for humans
crownpku/Awesome-Chinese-NLP
A curated list of resources for Chinese NLP 中文自然语言处理相关资料
crownpku/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
koth/kcws
Deep Learning Chinese Word Segment
zjy-ucas/ChineseNER
A neural network model for Chinese named entity recognition
ShannonAI/service-streamer
Boosting your Web Services of Deep Learning Applications.
UKPLab/emnlp2017-bilstm-cnn-crf
BiLSTM-CNN-CRF architecture for sequence tagging
HadoopIt/rnn-nlu
A TensorFlow implementation of Recurrent Neural Networks for Sequence Classification and Sequence Labeling
yuanxiaosc/BERT-for-Sequence-Labeling-and-Text-Classification
This is the template code to use BERT for sequence lableing and text classification, in order to facilitate BERT for more tasks. Currently, the template code has included conll-2003 named entity identification, Snips Slot Filling and Intent Prediction.
sz128/slot_filling_and_intent_detection_of_SLU
slot filling, intent detection, joint training, ATIS & SNIPS datasets, the Facebook’s multilingual dataset, MIT corpus, E-commerce Shopping Assistant (ECSA) dataset, CoNLL2003 NER, ELMo, BERT, XLNet
UKPLab/elmo-bilstm-cnn-crf
BiLSTM-CNN-CRF architecture for sequence tagging using ELMo representations.
yanwii/ChinsesNER-pytorch
基于BI-LSTM+CRF的中文命名实体识别 Pytorch
FanhuaandLuomu/BiLstm_CNN_CRF_CWS
BiLstm+CNN+CRF 法律文档(合同类案件)领域分词(100篇标注样本)
liu-nlper/SLTK
序列化标注工具,基于PyTorch实现BLSTM-CNN-CRF模型,CoNLL 2003 English NER测试集F1值为91.10%(word and char feature)。
MiuLab/SlotGated-SLU
Slot-Gated Modeling for Joint Slot Filling and Intent Prediction
achernodub/targer
BiLSTM-CNN-CRF tagger
DSKSD/RNN-for-Joint-NLU
Pytorch implementation of "Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling" (https://arxiv.org/abs/1609.01454)
zhufz/nlp_research
NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务
GaoQ1/ner-slot_filling
中文自然语言的实体抽取和意图识别(Natural Language Understanding),可选Bi-LSTM + CRF 或者 IDCNN + CRF
brightmart/slot_filling_intent_joint_model
attention based joint model for intent detection and slot filling
spro/pytorch-seq2seq-intent-parsing
Intent parsing and slot filling in PyTorch with seq2seq + attention
HadoopIt/joint-slu-lm
Tensorflow implementation of joint modeling of SLU (intent & slot filling) and LM with RNNs.
baiyyang/medical_ner_crfsuite
基于条件随机场的医疗电子病例的命名实体识别
chsasank/ATIS.keras
Spoken Language Understanding(SLU)/Slot Filling in Keras
yuanxiaosc/Slot-Filling-and-Intention-Prediction-in-Paper-Translation
槽填充、意图预测(口语理解)论文整理和中文翻译。Slot filling and intent prediction paper collation and Chinese translation.
lvxiaoxin/Chinese-NER-based-on-CRF
🐳 基于条件随机场(CRF)对中文案件语料进行命名实体识别(NER)
XierHacker/ChineseWordSegment
Tensorflow Implements Chinese Word Segment use LSTM+CRF and Dilated CNN+CRF
zjcanjux/RNN_Joint_NLU_Chinese
Train Joint_NLU model using Chinese 中文意图和槽联合模型 tensorflow实现和pytorch实现
HarryWuxh/Attention_Based_RNN_for_Intent_Detetaction_and_Slot_Filling
The tensorflow implementation of <Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling>
JunfengDuan/xf-ner-idcnn-crf
命名实体识别