Skip to content

Additional Components

Chris edited this page Feb 5, 2016 · 2 revisions

Developing additional components

Baleen is designed as a modular framework, making it very easy to develop and deploy additional components. For example, if you wish to develop an additional annotator, you could do so simply by including the following Maven dependency and then extending the BaleenAnnotator class or one of the helper classes (e.g. AbstractRegexAnnotator).

<dependency>
	<groupId>uk.gov.dstl.baleen</groupId>
	<artifactId>baleen-annotators</artifactId>
	<version>2.0.0</version>
</dependency>

Existing additional components

The following list may not be complete, please help by adding any additional components you find.