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

com.kotlinnlp:languagedetector 0.4.4

LanguageDetector is a very simple to use text language detector which uses the Hierarchical Attention Networks (HAN) from the SimpleDNN library.

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

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

languagedetector
Версия

Версия

0.4.4
Тип

Тип

jar

Скачать languagedetector 0.4.4


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