не последняя версия
Последняя версия 0.6.5

com.kotlinnlp:hanclassifier 0.2.0

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

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.kotlinnlp
Идентификатор

Идентификатор

hanclassifier
Версия

Версия

0.2.0
Тип

Тип

jar

Скачать hanclassifier 0.2.0


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