MVN

org.knallgrau.utils : textcat

Maven & Gradle

Oct 01, 2012
9 usages

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.

<dependency>
    <groupId>org.knallgrau.utils</groupId>
    <artifactId>textcat</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.knallgrau.utils : textcat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of org.knallgrau.utils : textcat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
textcat-1.0.1

How to add a dependency to Maven

Add the following org.knallgrau.utils : textcat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.knallgrau.utils</groupId>
    <artifactId>textcat</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.knallgrau.utils : textcat gradle dependency to your build.gradle file:

implementation 'org.knallgrau.utils:textcat:1.0.1'

Gradle Kotlin DSL: Add the following org.knallgrau.utils : textcat gradle kotlin dependency to your build.gradle.kts file:

implementation("org.knallgrau.utils:textcat:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.knallgrau.utils : textcat sbt scala dependency to your build.sbt file:

libraryDependencies += "org.knallgrau.utils" % "textcat" % "1.0.1"

Advertisement

Dependencies from Group

Oct 01, 2012
9 usages

Discover Dependencies

Apr 23, 2023
6 usages
Nov 17, 2018
3 usages
23.7k stars
May 26, 2015
2 usages
80 stars
Mar 29, 2016
2 usages
0 stars
Mar 12, 2016
2 usages
610 stars
Oct 13, 2017
2 usages
26 stars
Jun 15, 2016
3 usages
Sep 06, 2015
2 usages
Aug 25, 2016
6 usages
353 stars