Skip to content

HMJW/POS-for-Chinese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POS Tagging for Chinese

Model : CharLSTM + LSTM + CRF

Pretrained Word Embedding : giga.100.txt

Data : CTB5

requirements

python >= 3.6.3
pytorch = 0.4.1

running

mkdir save                   # or define other path to save model and vocab
python train.py --pre_emb    # train the model with pretrained embedding
python evaluate.py           # reload the model and evaluate test file

results

dev=95.84%
test=95.65%

About

Neural Network for Chinese POS Tagging Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages