Last Version

Java Text Categorizing Library 1.0.1

The Java Text Categorizing Library (JTCL) is a pure java 1.5 implementation of libTextCat which in turn is "a library that was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy". It's distributed under the LGPL and can also be used in order to categorize text into arbitrary topics by computing appropiate fingerprints which represent the categories.

License

License

GroupId

GroupId

org.knallgrau.utils
ArtifactId

ArtifactId

textcat
Version

Version

1.0.1
Type

Type

jar
Description

Description

Java Text Categorizing Library
The Java Text Categorizing Library (JTCL) is a pure java 1.5 implementation of libTextCat which in turn is "a library that was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy". It's distributed under the LGPL and can also be used in order to categorize text into arbitrary topics by computing appropiate fingerprints which represent the categories.
Project URL

Project URL

http://textcat.sourceforge.net/
Source Code Management

Source Code Management

http://textcat.cvs.sourceforge.net/textcat/

Download textcat 1.0.1


<!-- https://jarcasting.com/artifacts/org.knallgrau.utils/textcat/ -->
<dependency>
    <groupId>org.knallgrau.utils</groupId>
    <artifactId>textcat</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.knallgrau.utils/textcat/
implementation 'org.knallgrau.utils:textcat:1.0.1'
// https://jarcasting.com/artifacts/org.knallgrau.utils/textcat/
implementation ("org.knallgrau.utils:textcat:1.0.1")
'org.knallgrau.utils:textcat:jar:1.0.1'
<dependency org="org.knallgrau.utils" name="textcat" rev="1.0.1">
  <artifact name="textcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.knallgrau.utils', module='textcat', version='1.0.1')
)
libraryDependencies += "org.knallgrau.utils" % "textcat" % "1.0.1"
[org.knallgrau.utils/textcat "1.0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.