License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdcom.kotlinnlp |
ArtifactId | ArtifactIdlanguagedetector |
Version | Version0.4.10 |
Type | Typejar |
Description |
Descriptioncom.kotlinnlp:languagedetector
LanguageDetector is a very simple to use text language detector which uses the
Hierarchical Attention Networks (HAN) from the SimpleDNN library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
languagedetector-0.4.10.pom | |
languagedetector-0.4.10.jar | 111 KB |
languagedetector-0.4.10-sources.jar | 77 KB |
languagedetector-0.4.10-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kotlinnlp/languagedetector/ -->
<dependency>
<groupId>com.kotlinnlp</groupId>
<artifactId>languagedetector</artifactId>
<version>0.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.kotlinnlp/languagedetector/
implementation 'com.kotlinnlp:languagedetector:0.4.10'
// https://jarcasting.com/artifacts/com.kotlinnlp/languagedetector/
implementation ("com.kotlinnlp:languagedetector:0.4.10")
'com.kotlinnlp:languagedetector:jar:0.4.10'
<dependency org="com.kotlinnlp" name="languagedetector" rev="0.4.10">
<artifact name="languagedetector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kotlinnlp', module='languagedetector', version='0.4.10')
)
libraryDependencies += "com.kotlinnlp" % "languagedetector" % "0.4.10"
[com.kotlinnlp/languagedetector "0.4.10"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.31 |
com.beust : klaxon | jar | 5.2 |
com.kotlinnlp : neuraltokenizer | jar | 0.4.8 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.3.31 |