String Annotation

A GATE plugin that provides processing resources for annotating documents based on gazetteer lists and Java regular expressions. The gazetteer annotator is able to store very large gazetteer lists in memory and can match against either the document text or the value of annotation features.

License

License

GroupId

GroupId

uk.ac.gate.plugins
ArtifactId

ArtifactId

stringannotation
Last Version

Last Version

4.1
Release Date

Release Date

Type

Type

jar
Description

Description

String Annotation
A GATE plugin that provides processing resources for annotating documents based on gazetteer lists and Java regular expressions. The gazetteer annotator is able to store very large gazetteer lists in memory and can match against either the document text or the value of annotation features.
Project URL

Project URL

https://github.com/johann-petrak/gateplugin-StringAnnotation
Project Organization

Project Organization

GATE Team
Source Code Management

Source Code Management

https://github.com/GateNLP/gateplugin-StringAnnotation

Download stringannotation

How to add to project

<!-- https://jarcasting.com/artifacts/uk.ac.gate.plugins/stringannotation/ -->
<dependency>
    <groupId>uk.ac.gate.plugins</groupId>
    <artifactId>stringannotation</artifactId>
    <version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/stringannotation/
implementation 'uk.ac.gate.plugins:stringannotation:4.1'
// https://jarcasting.com/artifacts/uk.ac.gate.plugins/stringannotation/
implementation ("uk.ac.gate.plugins:stringannotation:4.1")
'uk.ac.gate.plugins:stringannotation:jar:4.1'
<dependency org="uk.ac.gate.plugins" name="stringannotation" rev="4.1">
  <artifact name="stringannotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate.plugins', module='stringannotation', version='4.1')
)
libraryDependencies += "uk.ac.gate.plugins" % "stringannotation" % "4.1"
[uk.ac.gate.plugins/stringannotation "4.1"]

Dependencies

compile (6)

Group / Artifact Type Version
commons-cli : commons-cli jar 1.4
commons-io : commons-io jar 2.6
org.apache.commons : commons-text jar 1.4
it.unimi.dsi : fastutil jar 8.1.0
org.yaml : snakeyaml jar 1.19
junit : junit jar 4.12

provided (1)

Group / Artifact Type Version
uk.ac.gate : gate-core jar 8.5.1

test (1)

Group / Artifact Type Version
uk.ac.gate : gate-plugin-test-utils jar 8.5.1

Project Modules

There are no modules declared in this project.

gateplugin-stringannotation

A plugin for the GATE language technology framework that provides PRs for string annotation.

See:

This is the mavenized version of what can be found here: https://github.com/johann-petrak/gateplugin-StringAnnotation which is in turn an updated and modified version (not backwards compatible) of what was originally in: https://code.google.com/p/gateplugin-stringannotation/

Feedback: please report bugs or feature request to the issue tracker: https://github.com/GateNLP/gateplugin-stringannotation/issues

uk.ac.gate.plugins

GateNLP

GATE - General Architecture for Text Engineering

Versions

Version
4.1
4.0