Skip to content

simonmeoni/termsuite-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%