is not current version
Last Version 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.

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

languagedetector
Version

Version

0.4.4
Type

Type

jar

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