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.
Download, install and get TermSuite running on a short example without the Getting started guide.
$ git clone git@github.com:termsuite/termsuite-core.git
$ cd termsuite-core
$ gradle
The jar will then be found under ./build/libs.
<dependency>
<groupId>fr.univ-nantes.termsuite</groupId>
<artifactId>termsuite-core</artifactId>
<version>{{termsuite.version}}</version>
</dependency>
- Install TermSuite and run terminology extraction: Getting started guide
- User manual: Documentation
- Official site: TermSuite