License |
License |
---|---|
GroupId | GroupIdde.julielab |
ArtifactId | ArtifactIdjcore-topics-writer |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJCoRe 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jcore-topics-writer-2.5.0.pom | |
jcore-topics-writer-2.5.0.jar | 8 KB |
jcore-topics-writer-2.5.0-sources.jar | 6 KB |
jcore-topics-writer-2.5.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.julielab/jcore-topics-writer/ -->
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-topics-writer</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.julielab/jcore-topics-writer/
implementation 'de.julielab:jcore-topics-writer:2.5.0'
// https://jarcasting.com/artifacts/de.julielab/jcore-topics-writer/
implementation ("de.julielab:jcore-topics-writer:2.5.0")
'de.julielab:jcore-topics-writer:jar:2.5.0'
<dependency org="de.julielab" name="jcore-topics-writer" rev="2.5.0">
<artifact name="jcore-topics-writer" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.julielab', module='jcore-topics-writer', version='2.5.0')
)
libraryDependencies += "de.julielab" % "jcore-topics-writer" % "2.5.0"
[de.julielab/jcore-topics-writer "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
de.julielab : julielab-java-utilities | jar | 1.3.0 |
de.julielab : jcore-types | jar | 2.5.0 |
org.apache.uima : uimaj-core | jar | 2.10.4 |
org.apache.uima : uimafit-core | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
de.julielab : jcore-descriptor-creator | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.assertj : assertj-core | jar | 3.16.1 |
commons-io : commons-io | jar | 2.6 |
junit : junit | jar | 4.13 |