MVN

com.kotlinnlp : hanclassifier

Maven & Gradle

Jun 16, 2020
1 usages
5 stars

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

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>hanclassifier</artifactId>
    <version>0.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : hanclassifier to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.5

All Versions

Choose a version of com.kotlinnlp : hanclassifier to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
hanclassifier-0.6.5
hanclassifier-0.6.4
hanclassifier-0.6.3
hanclassifier-0.6.2
hanclassifier-0.6.1
hanclassifier-0.6.0
0.5.x
hanclassifier-0.5.0
0.4.x
hanclassifier-0.4.0
0.3.x
hanclassifier-0.3.0
0.2.x
hanclassifier-0.2.1
hanclassifier-0.2.0
0.1.x
hanclassifier-0.1.0

How to add a dependency to Maven

Add the following com.kotlinnlp : hanclassifier maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>hanclassifier</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : hanclassifier gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:hanclassifier:0.6.5'

Gradle Kotlin DSL: Add the following com.kotlinnlp : hanclassifier gradle kotlin dependency to your build.gradle.kts file:

implementation("com.kotlinnlp:hanclassifier:0.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : hanclassifier sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "hanclassifier" % "0.6.5"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
3 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
97 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies

Apr 04, 2020
3 usages
Feb 09, 2018
1 usages
8 stars
Jan 22, 2022
1 usages
9 stars
Apr 09, 2019
1 usages
3 stars
Feb 28, 2018
1 usages
11 stars
Aug 03, 2023
1 usages
132 stars