is not current version
Last Version 1.1

com.github.kanlon:language-distinguish 1.0

language detect, it can detect differ language by a string , it use shuyo's language-detect and google translate.

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.kanlon
ArtifactId

ArtifactId

language-distinguish
Version

Version

1.0
Type

Type

jar

Download language-distinguish 1.0


<!-- https://jarcasting.com/artifacts/com.github.kanlon/language-distinguish/ -->
<dependency>
    <groupId>com.github.kanlon</groupId>
    <artifactId>language-distinguish</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kanlon/language-distinguish/
implementation 'com.github.kanlon:language-distinguish:1.0'
// https://jarcasting.com/artifacts/com.github.kanlon/language-distinguish/
implementation ("com.github.kanlon:language-distinguish:1.0")
'com.github.kanlon:language-distinguish:jar:1.0'
<dependency org="com.github.kanlon" name="language-distinguish" rev="1.0">
  <artifact name="language-distinguish" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kanlon', module='language-distinguish', version='1.0')
)
libraryDependencies += "com.github.kanlon" % "language-distinguish" % "1.0"
[com.github.kanlon/language-distinguish "1.0"]