Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanshao9798 committed Mar 4, 2018
1 parent 371b9d4 commit 3988bf9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,8 @@ A Joint Chinese segmentation and POS tagger based on bidirectional GRU-CRF

## News

Add instructions on how to use the tagger as a word segmenter (without performing joint POS tagging).

TimeDistributed is completely suppressed now. Modified CNNs for graphical feature extraction. (2018.1.8)

Add instructions on how to tag raw sentences with trained models. (2017.12.9)
Expand Down Expand Up @@ -74,4 +76,8 @@ python tagger.py tag -p ud1 -r raw.txt -m model_ud1 -emb Embeddings/glove.txt -

python tagger.py tag -ens -p ud1 -r raw.txt -m model_ud1 -emb Embeddings/glove.txt -opth tagged_file.txt -tl

### To use the tagger as a word segmenter (without POS tagging):

add `-tg seg` while training.


0 comments on commit 3988bf9

Please sign in to comment.