segmentation.api

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

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download segmentation.api

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.uima : uimaj-core jar 2.8.1

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