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.

Лицензия

Лицензия

Группа

Группа

org.knallgrau.utils
Идентификатор

Идентификатор

textcat
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://textcat.sourceforge.net/
Система контроля версий

Система контроля версий

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

Скачать textcat

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.1