Last Version

Text Processing 2.0.4

This is a language detection library implemented in plain Java.

License

License

GroupId

GroupId

io.github.iquote
ArtifactId

ArtifactId

text-processing
Version

Version

2.0.4
Type

Type

pom
Description

Description

Text Processing
This is a language detection library implemented in plain Java.
Project URL

Project URL

https://github.com/iquote/text-processing
Project Organization

Project Organization

iQuote
Source Code Management

Source Code Management

https://github.com/iquote/text-processing

Download text-processing 2.0.4

Filename Size
text-processing-2.0.4.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.iquote/text-processing/ -->
<dependency>
    <groupId>io.github.iquote</groupId>
    <artifactId>text-processing</artifactId>
    <version>2.0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iquote/text-processing/
implementation 'io.github.iquote:text-processing:2.0.4'
// https://jarcasting.com/artifacts/io.github.iquote/text-processing/
implementation ("io.github.iquote:text-processing:2.0.4")
'io.github.iquote:text-processing:pom:2.0.4'
<dependency org="io.github.iquote" name="text-processing" rev="2.0.4">
  <artifact name="text-processing" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.iquote', module='text-processing', version='2.0.4')
)
libraryDependencies += "io.github.iquote" % "text-processing" % "2.0.4"
[io.github.iquote/text-processing "2.0.4"]

Dependencies

compile (7)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
log4j : apache-log4j-extras jar 1.2.17
org.slf4j : jcl-over-slf4j jar 1.7.32
org.slf4j : jul-to-slf4j jar 1.7.32
org.slf4j : slf4j-log4j12 jar 1.7.32
com.google.guava : guava jar 18.0
com.google.code.findbugs : annotations jar 3.0.0

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.19
junit : junit jar 4.11

Project Modules

  • language-detection
  • text-analysis