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

Fixing inefficient string concat in core-utilities #689

Closed schen149 closed 6 years ago

schen149 commented 6 years ago

Fixing every case in core-utilities where "+=" was used to concat string in loop. Resolves #592.