Download languagedetector-0.1.0.jar file - Jar l

Jar examples for l:languagedetector

Description

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

You can download jar file languagedetector 0.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add languagedetector-0.1.0.jar to your project.

<dependency>
   <groupId>com.kotlinnlp</groupId>
   <artifactId>languagedetector</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.kotlinnlp', name: 'languagedetector', version: '0.1.0'
libraryDependencies += "com.kotlinnlp" % "languagedetector" % "0.1.0"
<dependency org="com.kotlinnlp" name="languagedetector" rev="0.1.0"/>
@Grapes(@Grab(group='com.kotlinnlp', module='languagedetector', version='0.1.0'))
'com.kotlinnlp:languagedetector:jar:0.1.0'

Download

Click the following link to download the jar file.

languagedetector-0.1.0-javadoc.jar
languagedetector-0.1.0-sources.jar
languagedetector-0.1.0.jar
languagedetector-0.1.0.pom



Related Tutorials