MVN

de.julielab : jcore-topics-writer

Maven & Gradle

Dec 18, 2022
22 stars

JCoRe Topics Writer · Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-topics-writer</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.julielab : jcore-topics-writer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of de.julielab : jcore-topics-writer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
jcore-topics-writer-2.6.1
jcore-topics-writer-2.6.0
2.5.x
jcore-topics-writer-2.5.0
2.4.x
jcore-topics-writer-2.4.0
2.3.x
jcore-topics-writer-2.3.10
jcore-topics-writer-2.3.8
jcore-topics-writer-2.3.4
jcore-topics-writer-2.3.3
jcore-topics-writer-2.3.0

How to add a dependency to Maven

Add the following de.julielab : jcore-topics-writer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.julielab</groupId>
    <artifactId>jcore-topics-writer</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.julielab : jcore-topics-writer gradle dependency to your build.gradle file:

implementation 'de.julielab:jcore-topics-writer:2.6.1'

Gradle Kotlin DSL: Add the following de.julielab : jcore-topics-writer gradle kotlin dependency to your build.gradle.kts file:

implementation("de.julielab:jcore-topics-writer:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.julielab : jcore-topics-writer sbt scala dependency to your build.sbt file:

libraryDependencies += "de.julielab" % "jcore-topics-writer" % "2.6.1"

Advertisement

Dependencies from Group

Dec 18, 2022
87 usages
22 stars
Dec 18, 2022
39 usages
22 stars
Dec 18, 2022
38 usages
23 stars
Dec 16, 2022
35 usages
0 stars
Mar 09, 2023
12 usages
4 stars

Discover Dependencies