Skip to content

Commit 5288aa5

Browse files
author
Yh Tian
committed
update readme
1 parent fcdec87 commit 5288aa5

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
/data_preprocessing/LDC07T36/
99
/data_preprocessing/LDC10T07/
1010
/tmp/
11+
twasp.convert.sh
12+
twasp_convert.py
13+
test.sh

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

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.
66

77
## Citation
88

@@ -78,4 +78,11 @@ Here are some important parameters:
7878
* `--feature_flag`: use `pos`, `chunk`, or `dep` knowledge
7979
* `--model_name`: the name of model to save
8080

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).
8188

updates.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Important Updates
2+
3+
* July 7, 2020: the release of [pre-trained TwASP models](./models).

0 commit comments

Comments
 (0)