License |
License |
---|---|
GroupId | GroupIdde.cit-ec.tcs.alignment |
ArtifactId | ArtifactIdtrees |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTCS Alignment Toolbox Trees
This module provides two packages, 'trees' and 'forests', which provide algorithms to
compute edit distances on trees and forests (that is, unordered or ordered lists of trees)
respectively. The edit distance is computed according to the tree edit distance algorithm
of Zhang and Shasha (1989). The basic tree data structure is defined by the Tree interface
in the trees module. Please refer to the javadoc for more detailed information.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
trees-3.1.1.pom | |
trees-3.1.1.jar | 84 KB |
trees-3.1.1-sources.jar | 71 KB |
trees-3.1.1-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/trees/ -->
<dependency>
<groupId>de.cit-ec.tcs.alignment</groupId>
<artifactId>trees</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/trees/
implementation 'de.cit-ec.tcs.alignment:trees:3.1.1'
// https://jarcasting.com/artifacts/de.cit-ec.tcs.alignment/trees/
implementation ("de.cit-ec.tcs.alignment:trees:3.1.1")
'de.cit-ec.tcs.alignment:trees:jar:3.1.1'
<dependency org="de.cit-ec.tcs.alignment" name="trees" rev="3.1.1">
<artifact name="trees" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cit-ec.tcs.alignment', module='trees', version='3.1.1')
)
libraryDependencies += "de.cit-ec.tcs.alignment" % "trees" % "3.1.1"
[de.cit-ec.tcs.alignment/trees "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : algorithms | jar | 3.1.1 |
de.cit-ec.tcs.alignment : sets | jar | 3.1.1 |
Group / Artifact | Type | Version |
---|---|---|
de.cit-ec.tcs.alignment : comparators-lib | jar | 3.1.1 |
junit : junit | jar | 4.10 |