clulab / processors   8.5.4

Website GitHub

Natural Language Processors

Scala versions: 3.x 2.13 2.12 2.11

Build Status Maven Central

What is it?

This is the main public code repository of the Computational Language Understanding (CLU) Lab at University of Arizona. Please see http://clulab.github.io/processors/ for more information about this software, installation and usage instructions.

Changes

License

Our code is licensed as follows:

  • main, odin, openie - Apache License Version 2.0. Please note that these subprojects do not interact with the corenlp subproject below.
  • corenlp - GPL Version 3 or higher, due to the dependency on Stanford's CoreNLP. If you use only CluProcessor, this dependency does not have to be included in your project.