is not current version
Last Version 2.5.0

de.julielab:jcore-topics-writer 2.3.8

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.

GroupId

GroupId

de.julielab
ArtifactId

ArtifactId

jcore-topics-writer
Version

Version

2.3.8
Type

Type

jar

Download jcore-topics-writer 2.3.8


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