songboyu / NLP-test
自然语言处理实验
☆12Updated 10 years ago
Alternatives and similar repositories for NLP-test:
Users that are interested in NLP-test are comparing it to the libraries listed below
- 利用深度学习实现中文分词☆59Updated 7 years ago
- Joint Slot Filling and Intent Prediction Use Attention and Slot Gate. NER, Intent classification☆40Updated 5 years ago
- 一个生成对话系统,可实现单轮对话☆11Updated 8 years ago
- A Deep Learning Tool for Chinese word segmentation (Bi-LSTM, CNN, CRF)☆35Updated 5 years ago
- ☆36Updated 6 years ago
- 基于深度学习的自然语言处理课程☆28Updated 6 years ago
- Tensorflow Implements Chinese Word Segment use LSTM+CRF and Dilated CNN+CRF☆15Updated 6 years ago
- SMP2017中文人机对话评测数据☆107Updated 7 years ago
- A Pytorch based LSTM Punctuation Restoration Implementation/A Simple Tutorial for Leaning Pytorch and NLP☆24Updated 4 years ago
- ctbparser是一个用C++语言实现的开源的中文处理工具包(GBK编码),用于分词、词性标注、依存句法分析,采用的是中文宾州树库(Chinese Tree Bank, CTB)标准。☆12Updated 10 years ago
- ☆12Updated 6 years ago
- CRFs based Chinese word segmentor☆19Updated 10 years ago
- Tools used to do Chinese Word Segmentation☆22Updated 10 years ago
- EMNLP2015_code_Long Short-Term Memory Neural Networks for Chinese Word Segmentation☆74Updated 9 years ago
- Tensorflow based Neural Conversation Models☆29Updated 7 years ago
- language model in Chinese,基于Pytorch官方文档实现☆68Updated 6 years ago
- 采用nlp-architect实现rasa-nlu中文意图提取和槽填充☆40Updated 6 years ago
- Neutral Network based Chinese Segment System☆18Updated 8 years ago
- 中文 NLP 语料库数据集☆20Updated 6 years ago
- A Slot-filling based Dialog Manager for Task-oriented Bot☆11Updated 8 years ago
- 2018百度机器阅读理解竞赛☆27Updated 6 years ago
- Clone of "A Good Part-of-Speech Tagger in about 200 Lines of Python" by Matthew Honnibal☆48Updated 8 years ago
- Chinese Word Similarity Computation based on HowNet☆27Updated 7 years ago
- Chinese Natural Language Correction via Language Model☆14Updated 7 years ago
- This is a chinese version of NLC model (forked from https://github.com/stanfordmlgroup/nlc)☆10Updated 7 years ago
- char_CNN_text_classification_Chinese2Pinyin,中文转拼音实例-基于字符的卷积神经网络-超短文本分类-主要代码为lc222的github项目,有HTTP访问等