TCS 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.

License

License

GroupId

GroupId

de.cit-ec.tcs.alignment
ArtifactId

ArtifactId

trees
Last Version

Last Version

3.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

TCS 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

http://openresearch.cit-ec.de/projects/tcs
Source Code Management

Source Code Management

http://openresearch.cit-ec.de/projects/tcs/repository

Download trees

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
de.cit-ec.tcs.alignment : algorithms jar 3.1.1
de.cit-ec.tcs.alignment : sets jar 3.1.1

test (2)

Group / Artifact Type Version
de.cit-ec.tcs.alignment : comparators-lib jar 3.1.1
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.1
3.1.0