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

Constituent hashCode collisions #562

Open cowchipkid opened 7 years ago

cowchipkid commented 7 years ago

We get a ton of collisions on the hashCode custom produced by the Constituent class.

mssammon commented 7 years ago

Can you generate a test case that illustrates this?

danyaljj commented 7 years ago

Would be great if you provide a snippet to reproduce the issue.