is not current version
Last Version 0.6.5

com.kotlinnlp:hanclassifier 0.5.0

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

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.kotlinnlp
ArtifactId

ArtifactId

hanclassifier
Version

Version

0.5.0
Type

Type

jar

Download hanclassifier 0.5.0


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