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
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/nilsreiter/segmentation-evaluation
Source Code Management

Source Code Management

https://github.com/nilsreiter/segmentation-evaluation

Download segmentation

Filename Size
segmentation-0.2.pom 4 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • de.unistuttgart.ims.segmentation.api
  • de.unistuttgart.ims.segmentation.evaluation

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