- Notifications
You must be signed in to change notification settings - Fork40
supercoderhawk/DeepLearning_NLP
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
本项目是对DeepNLP的重构,着重增强架构设计的合理性,提高代码的可读性,减少模块的耦合度,并增加一些新功能。
python >= 3.5tensorflow >= 1.3.0
本项目的核心代码位于python\dnlp目录下
dnlp\data_process: 数据预处理。dnlp\seq_label: 序列标注的模型代码,可用于分词、词性标注和实体识别。dnlp\rel_extract: 关系抽取的模型代码。dnlp\joint_extract: 实体和关系联合抽取的模型代码。dnlp\runner: 运行脚本
- 初始化数据
python python\scripts\init_datasets.py
- 训练
python python\scripts\cws_ner.py -t
- 使用
python python\scripts\cws_ner.py -p
- deep learning for chinese word segmentation and pos tagging (完全实现,文件
dnn_crf.py) - Long Short-Term Memory Neural Networks for Chinese Word Segmentation (完全实现,文件
dnn_crf.py) - Max-Margin Tensor Neural Network for Chinese Word Segmentation (待实现,文件
mmtnn.py)
- 完善文档
- 增加更多算法的实现
- 支持pip
- 加入TensorBoard支持
- 支持TensorFlow Estimator和Save Model
- 增加对Java、C++的支持
About
基于深度学习的自然语言处理库
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published