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.
Exception in thread "main" java.lang.UnsupportedClassVersionError: a (Unsupported major.minor version 51/52)
This is becuase you’re using an older version of Java. Upgrade your system to use Java 8.inference
and curator
modules. Unless you’re changing a very core part of the code-base, you can ignore failures in other modules.-pl
option. For example: mvn -pl pos
tests only the module(s) inside the pos
folder.