Jar examples for l:languagedetector
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.
Apache License, Version 2.0
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'
Click the following link to download the jar file.
languagedetector-0.1.0-javadoc.jar