MVN

io.github.kju2.languagedetector : language-detector

Maven & Gradle

Dec 02, 2018
2 stars

language-detector · Detect the language of a given text. This library is able to distinguish 68 languages.

<dependency>
    <groupId>io.github.kju2.languagedetector</groupId>
    <artifactId>language-detector</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.kju2.languagedetector : language-detector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of io.github.kju2.languagedetector : language-detector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
language-detector-1.0.5
language-detector-1.0.4
language-detector-1.0.3
language-detector-1.0.2

How to add a dependency to Maven

Add the following io.github.kju2.languagedetector : language-detector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.kju2.languagedetector</groupId>
    <artifactId>language-detector</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.kju2.languagedetector : language-detector gradle dependency to your build.gradle file:

implementation 'io.github.kju2.languagedetector:language-detector:1.0.5'

Gradle Kotlin DSL: Add the following io.github.kju2.languagedetector : language-detector gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.kju2.languagedetector:language-detector:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.kju2.languagedetector : language-detector sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.kju2.languagedetector" % "language-detector" % "1.0.5"

Advertisement