Last Version

tree-edit-distance 0.0.1

This library is an implementation of Zhang and Shasha's algorithm [Zhang89] for calculating tree edit distance.

License

License

GroupId

GroupId

de.unistuttgart.ims
ArtifactId

ArtifactId

tree-edit-distance
Version

Version

0.0.1
Type

Type

jar
Description

Description

tree-edit-distance
This library is an implementation of Zhang and Shasha's algorithm [Zhang89] for calculating tree edit distance.
Project URL

Project URL

https://github.com/nilsreiter/tree-edit-distance
Source Code Management

Source Code Management

https://github.com/nilsreiter/tree-edit-distance

Download tree-edit-distance 0.0.1


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.