t

textcat

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.
http://textcat.sourceforge.net/
GNU Lesser General Public License
Thomas Hammerl
文件下载
文件名 操作
textcat-1.0.1.jar 下载
textcat-1.0.1.pom 下载
textcat-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.knallgrau.utils</groupId>
  <artifactId>textcat</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.knallgrau.utils:textcat:1.0.1'
Gradle Kotlin
implementation("org.knallgrau.utils:textcat:1.0.1")
Scala SBT
libraryDependencies += "org.knallgrau.utils" % "textcat" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.knallgrau.utils', module='textcat', version='1.0.1')
)
Apache Ivy
<dependency org="org.knallgrau.utils" name="textcat" rev="1.0.1" />
Leiningen
[org.knallgrau.utils/textcat "1.0.1"]
Apache Buildr
'org.knallgrau.utils:textcat:jar:1.0.1'
本项目依赖