segmentation.evaluation

Java code for evaluating text segmentation. Java rewrite of https://github.com/cfournie/segmentation.evaluation.

License

License

GroupId

GroupId

de.unistuttgart.ims
ArtifactId

ArtifactId

segmentation.evaluation
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

segmentation.evaluation
Java code for evaluating text segmentation. Java rewrite of https://github.com/cfournie/segmentation.evaluation.

Download segmentation.evaluation

How to add to project

<!-- https://jarcasting.com/artifacts/de.unistuttgart.ims/segmentation.evaluation/ -->
<dependency>
    <groupId>de.unistuttgart.ims</groupId>
    <artifactId>segmentation.evaluation</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.unistuttgart.ims/segmentation.evaluation/
implementation 'de.unistuttgart.ims:segmentation.evaluation:0.2'
// https://jarcasting.com/artifacts/de.unistuttgart.ims/segmentation.evaluation/
implementation ("de.unistuttgart.ims:segmentation.evaluation:0.2")
'de.unistuttgart.ims:segmentation.evaluation:jar:0.2'
<dependency org="de.unistuttgart.ims" name="segmentation.evaluation" rev="0.2">
  <artifact name="segmentation.evaluation" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unistuttgart.ims', module='segmentation.evaluation', version='0.2')
)
libraryDependencies += "de.unistuttgart.ims" % "segmentation.evaluation" % "0.2"
[de.unistuttgart.ims/segmentation.evaluation "0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.json : json jar 20140107
org.apache.uima : uimafit-core jar 2.1.0
org.apache.commons : commons-math3 jar 3.5
org.slf4j : slf4j-api jar 1.7.12
de.unistuttgart.ims : segmentation.api jar 0.2
de.unistuttgart.ims : commons jar 0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

segmentation-evaluation

Java package for evaluating text segmentation

This is mainly a re-implementation of https://github.com/cfournie/segmentation.evaluation.

Usable with Apache UIMA and UIMAfit.

Usage

The code to produce segments should depend on the api package and add Segment-annotations.

<dependency>
  <groupId>de.unistuttgart.ims</groupId>
  <artifactId>segmentation.api</artifactId>
  <version>0.2</version>
</dependency>

The evaluation can then be done using this package:

<dependency>
  <groupId>de.unistuttgart.ims</groupId>
  <artifactId>segmentation.evaluation</artifactId>
  <version>0.2</version>
</dependency>

Versions

Version
0.2
0.1