Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.
Johann Petrak edited this page Jul 2, 2014 · 4 revisions

#GATE String Annotation Plugin

The GATE String Annotation Plugin provides processing resources for annotating document text based on gazetteer lists (similar to the GATE Default Gazetteer) or Java regular expressions. The processing resources also provide built-in support for annotating based on the values of annotation features instead of the original document text (similar to what can be achieved with the FlexibleGazetteer). In addition, there is a processing resource for annotating, updating or deleting annotations if some feature value matches an entry in a gazetteer list.

You can find more information in the following Wiki pages:

  • Extended Gazetteer: a processing resource to annotate documents based on gazetteer lists if the document text or the feature values of some annotatation type match. Much more scalable and flexible than the gazetteer implementations included with the GATE distribution
  • Feature Gazetteer: a processing resource to annotated, update or delete annotations if a feature matches entries in a gazetteer list
  • Java Regexp Annotator: a processing resource to annotate documents based on Java regular expressions if the document text or the feature values of some annotation type match.
  • Download from the releases section: https://github.com/johann-petrak/gateplugin-stringannotation/releases
Clone this wiki locally