You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is the implementation of [Joint Chinese Word Segmentation and Part-of-speech Tagging via Two-way Attentions of Auto-analyzed Knowledge](https://www.aclweb.org/anthology/2020.acl-main.735/) at ACL2020.
4
4
5
-
We will keep updating this repository these days.
5
+
You can e-mail Yuanhe Tian at `yhtian@uw.edu` or Guimin Chen at `chenguimin@chuangxin.com`, if you have any questions.
6
6
7
7
## Citation
8
8
@@ -78,4 +78,11 @@ Here are some important parameters:
78
78
*`--feature_flag`: use `pos`, `chunk`, or `dep` knowledge
79
79
*`--model_name`: the name of model to save
80
80
81
+
## To-do List
82
+
83
+
* Implement `predict` function in `wmseg_main.py`
84
+
85
+
You can leave comments in the `Issues` section, if you want us to implement any functions.
86
+
87
+
You can check our updates at [updates.md](./updates.md).
0 commit comments