n

ntc-langdetect

ntc-langdetect is a library Language Detector using Apache OpenNLP
https://github.com/congnghia0609/ntc-langdetect
The Apache License, Version 2.0
nghiatc
Files download
File Operation
ntc-langdetect-1.0.0.jar download
ntc-langdetect-1.0.0.pom download
ntc-langdetect-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.streetcodevn</groupId>
  <artifactId>ntc-langdetect</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.streetcodevn:ntc-langdetect:1.0.0'
Gradle Kotlin
implementation("com.streetcodevn:ntc-langdetect:1.0.0")
Scala SBT
libraryDependencies += "com.streetcodevn" % "ntc-langdetect" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.streetcodevn', module='ntc-langdetect', version='1.0.0')
)
Apache Ivy
<dependency org="com.streetcodevn" name="ntc-langdetect" rev="1.0.0" />
Leiningen
[com.streetcodevn/ntc-langdetect "1.0.0"]
Apache Buildr
'com.streetcodevn:ntc-langdetect:jar:1.0.0'