NLP-CISUC / NLPyPort

MIT License
23 stars 15 forks source link

Is there any detailed explanation for the pos tags of this tool? #10

Open lyqlola opened 3 years ago

lyqlola commented 3 years ago

I runned the pos tagger over my own dataset and I got the following tagset: {'N', 'art', 'adv', 'prp', 'EOS', 'conj-c', 'ADP', 'v-pcp', 'v-fin', 'pron-det', 'pron-pers', 'in', 'ec', 'conj-s', 'v-inf', 'num', 'adj', 'n', 'v-ger', 'prop', 'punc', 'pron-indp'}

I searched on the web for a complete POS tagset that contains the above tags but I failed to find one. Could you please post the complete POS tagset that you use when building this tool? Thanks a lot.