CogComp / cogcomp-nlp

CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, transliteration, verb-sense, and more.
http://nlp.cogcomp.org/
Other
470 stars 142 forks source link

POS: update ACL's state-of-the-art page? #262

Open danyaljj opened 8 years ago

danyaljj commented 8 years ago

Now that we consistently keep track of our score, can we add a number at ACL's page too? https://www.aclweb.org/aclwiki/index.php?title=POS_Tagging_(State_of_the_art)

mssammon commented 8 years ago

we could, though it looks like we need to break out performance on unknown words to be consistent.

danyaljj commented 7 years ago

yes, but shouldn't be very hard; right?

Also we can do same thing for chunking and NER: http://www.aclweb.org/aclwiki/index.php?title=Named_Entity_Recognition_(State_of_the_art) https://www.aclweb.org/aclwiki/index.php?title=NP_Chunking_(State_of_the_art)

Should bring some visibility ...