MVN

io.github.k3nn : k3nn

Maven & Gradle

Sep 17, 2015
4 stars

k3nn · Implementation of 3NN K-Nearest Neighbor clustering as described in [1], to identify salient information as the 2-degenerate cores from a clustering graph containing information nodes that are linked to their 3-nearest neighbors, and qualifying sentences that outrank previously selected sentences using a relevance model of salient information seen over a recent time interval. [1] JBP Vuurens, AP de Vries, R Blanco, P Mika, "Online News Tracking for Ad-Hoc Information Needs", in ICTIR 2015.

<dependency>
    <groupId>io.github.k3nn</groupId>
    <artifactId>k3nn</artifactId>
    <version>0.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.k3nn : k3nn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.01

All Versions

Choose a version of io.github.k3nn : k3nn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.01
k3nn-0.01

How to add a dependency to Maven

Add the following io.github.k3nn : k3nn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.k3nn</groupId>
    <artifactId>k3nn</artifactId>
    <version>0.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.k3nn : k3nn gradle dependency to your build.gradle file:

implementation 'io.github.k3nn:k3nn:0.01'

Gradle Kotlin DSL: Add the following io.github.k3nn : k3nn gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.k3nn:k3nn:0.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.k3nn : k3nn sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.k3nn" % "k3nn" % "0.01"

Advertisement