Illinois NLP Pipeline

Suite of the Illinois and other stand-alone NLP tools :
- Lemmatizer: no dependencies.
- Part-of-Speech tagger: no dependencies.
- Chunker: requires Part-of-Speech tagger.
- Named Entity Recognizer (CoNLL): no dependencies.
- Named Entity Recognizer (OntoNotes): no dependencies.
- Constituency Parser (Stanford): no dependencies.
- Dependency Parser (Stanford): no dependencies.
- Dependency Parser (CogComp): requires Part-of-Speech tagger, Chunker.
- Verb Semantic Role Labeler: requires Lemmatizer, Part-of-Speech, Shallow Parsing, Named Entity Recognizer (CoNLL), Constituency Parser.
- Noun Semantic Role Labeler: requires Lemmatizer, Part-of-Speech, Named Entity Recognizer (CoNLL), Constituency Parser.
- Quantifier: requires Part-of-Speech.
- Preposition SRL
- Comma-SRL: requires POS, Lemmatizer, Part-of-Speech, Named Entity Recognizer (CoNLL), Constituency Parser.