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

SRL taking too much memory #708

Open qiangning opened 5 years ago

qiangning commented 5 years ago

This is a follow-up issue from iss #656 . In #656 , I reported my observation that our pipeline would fail if one wanted to add Verb SRL via a computer with insufficient memory.

Some data points:

Originally, I thought this was due to the fact that our current Verb_SRL "unnecessarily" requires NER_CONLL, but now I realize:

danyaljj commented 5 years ago

(adding @SB299792458 to the thread since he's working on a new version of SRL)