Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC), 2018.

Abstract

Implementing a Natural Language Processing (NLP) system requires considerable engineering effort: creating data-structures to represent language constructs; reading corpora annotations into these data-structures; applying off-the-shelf NLP tools to augment the text representation; extracting features and training machine learning components; conducting experiments and computing performance statistics; and creating the end-user application that integrates the implemented components. While there are several widely used NLP libraries, each provides only partial coverage of these various tasks. We present our library COGCOMPNLP which simplifies the process of design and development of NLP applications by providing modules to address different challenges: we provide a corpus-reader module that supports popular corpora in the NLP community, a module for various low-level data-structures and operations (such as search over text), a module for feature extraction, and an extensive suite of annotation modules for a wide range of semantic and syntactic tasks. These annotation modules are all integrated in a single system, PIPELINE, which allows users to easily use the annotators with simple direct calls using any JVM-based language, or over a network. The sister project COGCOMPNLPY enables users to access the annotators with a Python interface. We give a detailed account of our system's structure and usage, and where possible, compare it with other established NLP frameworks. We report on the performance, including time and memory statistics, of each component on a selection of well-established datasets. Our system is publicly available for research use and external contributions, at: http://github.com/CogComp/cogcomp-nlp.

Links

Bib Entry

@inproceedings{khashabi2018cogcompnlp,
  author = {Khashabi, Daniel and Sammons, Mark and Zhou, Ben and Redman, Tom and Christodoulopoulos, Christos and Srikumar, Vivek and Rizzolo, Nicholas and Ratinov, Lev and Luo, Guanheng and Do, Quang and Tsai, Chen-Tse and Roy, Subhro and Mayhew, Stephen and Feng, Zhili and Wieting, John and Yu, Xiaodong and Song, Yangqiu and Gupta, Shashank and Upadhyay, Shyam and Arivazhagan, Naveen and Ning, Qiang and Ling, Shaoshi and Roth, Dan},
  title = {{CogCompNLP: Your Swiss Army Knife for NLP}},
  booktitle = {Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC)},
  year = {2018}
}