License |
License |
---|---|
GroupId | GroupIdde.unistuttgart.ims |
ArtifactId | ArtifactIdsegmentation.evaluation |
Version | Version0.2 |
Type | Typejar |
Description |
Descriptionsegmentation.evaluation
Java code for evaluating text segmentation. Java rewrite of https://github.com/cfournie/segmentation.evaluation.
|
Filename | Size |
---|---|
segmentation.evaluation-0.2.pom | |
segmentation.evaluation-0.2.jar | 40 KB |
segmentation.evaluation-0.2-sources.jar | 19 KB |
segmentation.evaluation-0.2-javadoc.jar | 180 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |