Last Version

com.kotlinnlp:hanclassifier 0.6.5

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

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

hanclassifier
Version

Version

0.6.5
Type

Type

jar
Description

Description

com.kotlinnlp:hanclassifier
HANClassifier is a very simple to use text classifier which uses the Hierarchical Attention Networks (HAN) from the SimpleDNN library.
Project URL

Project URL

http://github.com/kotlinnlp/hanclassifier
Source Code Management

Source Code Management

http://github.com/kotlinnlp/hanclassifier/tree/master

Download hanclassifier 0.6.5


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

Dependencies

compile (4)

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 : tokensencoder jar 0.5.4

Project Modules

There are no modules declared in this project.