Skip to content

clulab/processors

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 17, 2023 19:50
February 6, 2023 21:21
February 2, 2022 08:18
February 3, 2023 15:26
November 9, 2022 09:03
March 18, 2021 16:29
January 16, 2023 09:25
January 27, 2023 19:25
March 17, 2021 22:23

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.