Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 444 Bytes

this is a practice of pos tagging

all models and dataset follow Prof.Zhenghua Li's New-stu-training

http://hlt.suda.edu.cn/index.php/New-stu-training

=============
conll dataset

每个词占一行,
每行的第2列为当前词语,
第4列为当前词的词性,
第7列为当前词的中心词的序号,
第8列为当前词语与中心词的依存关系。
句子与句子之间以空行间隔