NaturalNode / natural

general natural language facilities for node
MIT License
10.57k stars 862 forks source link

POS Tagger accuracy? #438

Open giorgio79 opened 6 years ago

giorgio79 commented 6 years ago

Do you have data on POS tagging performance?

Hugo-ter-Doest commented 6 years ago

No, but we can run it on a corpus to see how it performs. Do you have a suggestion for such a data set?

Hugo

giorgio79 commented 6 years ago

Good question. Never ran tests myself, but the test collections are referenced here https://aclweb.org/aclwiki/POS_Tagging_(State_of_the_art)#Test_collections

lazharichir commented 5 years ago

There are problematic tags (digital marketing is greatwill give marketing as a verb) but in a large corpus, it should not matter too much. In smaller texts, it will be problematic.

ariel-frischer commented 4 years ago

@giorgio79 did you ever get any updates on this? I'd like to also use an accurate pos tagger.