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
473 stars 142 forks source link

NER test failing #555

Open danyaljj opened 7 years ago

danyaljj commented 7 years ago

So I cleaned my caches on morgoth:

 - ~/.m2 
 - ~/.cogcomp-datastore 
 - ~/.cogcomp-datastore-tmp 

and now I see a test failing in NER: http://morgoth.cs.illinois.edu:5800/viewLog.html?buildId=356&tab=buildResultsDiv&buildTypeId=CogcompNlp_Build

The reason must be something changing (like a model or gazz) without version increment.

cowchipkid commented 7 years ago

Actually, I think that code is a bit old. By maybe one or two commits. As it is now, the code will pass, but the entities are wrong. I will look at this next week.

yxd126 commented 6 years ago

I think this issue has already been solved. I have tested the lastest NER, and it passed this test.