s

similar-text-span-annotator

Marks up yet unannotated text spans which match the covered text of supplied annotations.
https://github.com/argo-nactem/similar-text-span-annotator
LGPL-3.0
The National Centre for Text Mining (NaCTeM), University of Manchester
Files download
File Operation
similar-text-span-annotator-1.0.1.jar download
similar-text-span-annotator-1.0.1.pom download
similar-text-span-annotator-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.nactem.argo.components</groupId>
  <artifactId>similar-text-span-annotator</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.nactem.argo.components:similar-text-span-annotator:1.0.1'
Gradle Kotlin
implementation("uk.ac.nactem.argo.components:similar-text-span-annotator:1.0.1")
Scala SBT
libraryDependencies += "uk.ac.nactem.argo.components" % "similar-text-span-annotator" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.nactem.argo.components', module='similar-text-span-annotator', version='1.0.1')
)
Apache Ivy
<dependency org="uk.ac.nactem.argo.components" name="similar-text-span-annotator" rev="1.0.1" />
Leiningen
[uk.ac.nactem.argo.components/similar-text-span-annotator "1.0.1"]
Apache Buildr
'uk.ac.nactem.argo.components:similar-text-span-annotator:jar:1.0.1'