UIMA Tokenizer

A very simple and very fast text tokenizer Analysis Engine based on a light XML declaration of token (UIMA annotation) patterns

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

fr.univ-nantes.julestar
ArtifactId

ArtifactId

uima-tokenizer
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

UIMA Tokenizer
A very simple and very fast text tokenizer Analysis Engine based on a light XML declaration of token (UIMA annotation) patterns
Project URL

Project URL

https://github.com/JuleStar/uima-tokenizer

Download uima-tokenizer

How to add to project

<!-- https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-tokenizer/ -->
<dependency>
    <groupId>fr.univ-nantes.julestar</groupId>
    <artifactId>uima-tokenizer</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-tokenizer/
implementation 'fr.univ-nantes.julestar:uima-tokenizer:1.4'
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-tokenizer/
implementation ("fr.univ-nantes.julestar:uima-tokenizer:1.4")
'fr.univ-nantes.julestar:uima-tokenizer:jar:1.4'
<dependency org="fr.univ-nantes.julestar" name="uima-tokenizer" rev="1.4">
  <artifact name="uima-tokenizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.univ-nantes.julestar', module='uima-tokenizer', version='1.4')
)
libraryDependencies += "fr.univ-nantes.julestar" % "uima-tokenizer" % "1.4"
[fr.univ-nantes.julestar/uima-tokenizer "1.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.apache.uima : uimaj-core jar 2.10.0
org.apache.uima : uimafit-core jar 2.3.0

test (6)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 3.8.0
org.mockito : mockito-core jar 2.8.9
fr.univ-nantes.julestar : uima-test jar 1.0.0
ch.qos.logback : logback-classic jar 1.1.7
com.google.guava : guava jar 21.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2
1.1
1.0