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 144 forks source link

ILP solver is called multiple times in pipeline #722

Open sijiawang0221 opened 5 years ago

sijiawang0221 commented 5 years ago

Among most of our experiment, we observed that the ILP solver has been called multiple times. E.g, for the sentence "Customers didn't bite, according to a group of McDonald franchisees." the OjAlgo solver is called 14 times. I understand that SRL-Verb and SRL-norm is formed separately. What about the others?