This repository has been archived by the owner on Feb 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Additional Components
Chris edited this page Feb 5, 2016
·
2 revisions
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>
The following list may not be complete, please help by adding any additional components you find.
- https://github.com/jamesdbaker/Baleen-Components
- https://github.com/tenode/baleen-extras contains additional components (annotators, resources, common functions) which are not part of this Baleen. Some projects will rely on the tenode/baleen fork.
- https://github.com/tenode/baleen has a fork of the Baleen project with some additional minor changes (eg additional entries to the type system). Also check some of the feature branches (which will become pull requests and may merged into dstl/baleen in future) for large changes.