MVN

com.kotlinnlp : languagedetector

Maven & Gradle

Jun 16, 2020
1 usages
5 stars

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

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>languagedetector</artifactId>
    <version>0.4.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : languagedetector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.10

All Versions

Choose a version of com.kotlinnlp : languagedetector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
languagedetector-0.4.10
languagedetector-0.4.9
languagedetector-0.4.8
languagedetector-0.4.7
languagedetector-0.4.6
languagedetector-0.4.5
languagedetector-0.4.4
languagedetector-0.4.3
languagedetector-0.4.2
languagedetector-0.4.1
languagedetector-0.4.0
0.3.x
languagedetector-0.3.2
languagedetector-0.3.1
languagedetector-0.3.0
0.2.x
languagedetector-0.2.1
languagedetector-0.2.0
0.1.x
languagedetector-0.1.0

How to add a dependency to Maven

Add the following com.kotlinnlp : languagedetector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>languagedetector</artifactId>
    <version>0.4.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : languagedetector gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:languagedetector:0.4.10'

Gradle Kotlin DSL: Add the following com.kotlinnlp : languagedetector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlinnlp:languagedetector:0.4.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : languagedetector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "languagedetector" % "0.4.10"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
4 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
98 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies

Jun 16, 2020
1 usages
5 stars
Apr 04, 2020
3 usages
Feb 09, 2018
1 usages
8 stars
Jan 22, 2022
1 usages
9 stars
Apr 09, 2019
1 usages
3 stars
Feb 28, 2018
1 usages
11 stars