s

stringannotation

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.
https://github.com/johann-petrak/gateplugin-StringAnnotation
GNU Lesser General Public License (LGPL), Version 3
GATE Team
Johann Petrak GATE Team
Files download
File Operation
stringannotation-4.1.jar download
stringannotation-4.1.pom download
stringannotation-4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.gate.plugins</groupId>
  <artifactId>stringannotation</artifactId>
  <version>4.1</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate.plugins:stringannotation:4.1'
Gradle Kotlin
implementation("uk.ac.gate.plugins:stringannotation:4.1")
Scala SBT
libraryDependencies += "uk.ac.gate.plugins" % "stringannotation" % "4.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate.plugins', module='stringannotation', version='4.1')
)
Apache Ivy
<dependency org="uk.ac.gate.plugins" name="stringannotation" rev="4.1" />
Leiningen
[uk.ac.gate.plugins/stringannotation "4.1"]
Apache Buildr
'uk.ac.gate.plugins:stringannotation:jar:4.1'