/termsuite-core

A Java UIMA-based toolbox for multilingual and efficient terminology extraction an multilingual term alignment

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status

TermSuite is a Java UIMA-based toolbox for terminology extraction and multilingual term alignment. To install TermSuite and run terminology extraction, see the Getting Started guide.

Getting Started

Download, install and get TermSuite running on a short example without the Getting started guide.

Developers

Build TermSuite from source with Git and Gradle

$ git clone git@github.com:termsuite/termsuite-core.git
$ cd termsuite-core
$ gradle

The jar will then be found under ./build/libs.

Use TermSuite as a Maven dependency


<dependency>
  <groupId>fr.univ-nantes.termsuite</groupId>
  <artifactId>termsuite-core</artifactId>
  <version>{{termsuite.version}}</version>
</dependency>