We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2491f commit 409ec08Copy full SHA for 409ec08
ReadMe.md
@@ -6,6 +6,8 @@
6
7
* `python >= 3.5`
8
* `tensorflow >= 1.3.0`
9
+* `sklearn`
10
+* `scipy`
11
12
## 项目结构
13
本项目的核心代码位于`python\dnlp`目录下
@@ -61,12 +63,12 @@ python python\scripts\init_datasets.py
61
63
62
64
2. 训练
65
```bash
-python python\scripts\cws_new.py -t
66
+python python\scripts\cws_ner.py -t
67
```
68
69
3. 使用
70
-python python\scripts\cws_new.py -p
71
+python python\scripts\cws_ner.py -p
72
73
## 参考论文
74
@@ -84,6 +86,8 @@ python python\scripts\cws_new.py -p
84
86
- [ ] 完善文档
85
87
- [ ] 增加更多算法的实现
88
- [ ] 支持pip
89
+- [ ] 加入TensorBoard支持
90
+- [ ] 支持TensorFlow Estimator和Save Model
91
- [ ] 增加对Java、C++的支持
92
93
0 commit comments