|
WordFreak's functionality can be easily extend via a its plugin architecture.
The plugin architecture allows WordFreak to support additional annotation tasks,
visualization components, file formats, and automatic annotators.
You can add a plugin to WordFreak by simply adding a jar to
your class-path. When launched, WordFreak examines jars in
your class-path for instances of classes which implement
org.annotation.wordfreak.Plugin and populates
its menus appropiately. For help developing WordFreak plugins, see the
Plugin Development Overview in WordFreak's interactive help.
Some plugins that we have developed for WordFreak that may be of wider use are
described here. Their source code is available in the WordFreak CVS repository
under plugins.
Name | Description | Files | Updated | WordFreak Version |
ACE |
Supports ACE named-entity, and coreference annotation, as well as reading and writting in APF (Ace Pilot Format) v2.0.1. |
README
ace-wordfreak-plugin-0.1.jar
|
May 19, 2004 |
2.2 |
LingPipe |
Supports automatic named-entity and coreference annotation based
on the LingPipe software, and an annotation scheme to
display and edit these annotations. |
README
lingpipe-wordfreak-plugin-0.1.jar,
lingpipe_1_0_6.jar |
May 17, 2004 |
2.2 |
MUC |
Supports MUC named-entity, and coreference annotation, as well as reading and writting in MUC6, and MUC7 file formats. |
README
muc-wordfreak-plugin-1.1.jar
|
August 29, 2004 |
2.2 |
OpenNLP |
Supports automatic sentence detection, tokenization, pos-tagging, syntactic chunking, full parsing, and named-entity annotation based on the OpenNLP Tools libraries. |
README
opennlp-wordfreak-plugin-1.1.jar,
opennlp-tools-1.1.0.jar,
maxent-2.3.0.jar,
trove.jar |
August 29, 2004 |
2.2 |
[Home]
[Download]
[Plugins]
[API]
[Forums]
[Screenshots]
[Demo]
[CVS]
|