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.

Лицензия

Лицензия

Группа

Группа

de.cit-ec.tcs.alignment
Идентификатор

Идентификатор

trees
Последняя версия

Последняя версия

3.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://openresearch.cit-ec.de/projects/tcs
Система контроля версий

Система контроля версий

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

Скачать trees

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
de.cit-ec.tcs.alignment : algorithms jar 3.1.1
de.cit-ec.tcs.alignment : sets jar 3.1.1

test (2)

Идентификатор библиотеки Тип Версия
de.cit-ec.tcs.alignment : comparators-lib jar 3.1.1
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
3.1.1
3.1.0