Skip to content

Commit 409ec08

Browse files
update msr test and ReadMe
1 parent 1d2491f commit 409ec08

File tree

2 files changed

+3989
-3985
lines changed

2 files changed

+3989
-3985
lines changed

ReadMe.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* `python >= 3.5`
88
* `tensorflow >= 1.3.0`
9+
* `sklearn`
10+
* `scipy`
911

1012
## 项目结构
1113
本项目的核心代码位于`python\dnlp`目录下
@@ -61,12 +63,12 @@ python python\scripts\init_datasets.py
6163

6264
2. 训练
6365
```bash
64-
python python\scripts\cws_new.py -t
66+
python python\scripts\cws_ner.py -t
6567
```
6668

6769
3. 使用
6870
```bash
69-
python python\scripts\cws_new.py -p
71+
python python\scripts\cws_ner.py -p
7072
```
7173
## 参考论文
7274

@@ -84,6 +86,8 @@ python python\scripts\cws_new.py -p
8486
- [ ] 完善文档
8587
- [ ] 增加更多算法的实现
8688
- [ ] 支持pip
89+
- [ ] 加入TensorBoard支持
90+
- [ ] 支持TensorFlow Estimator和Save Model
8791
- [ ] 增加对Java、C++的支持
8892

8993

0 commit comments

Comments
 (0)