No description
Find a file
2020-04-03 23:26:11 +02:00
example.nim Make library support generic types 2020-04-03 23:26:11 +02:00
README.rst Added documentation 2018-01-15 22:52:44 +01:00
zhsh.nim Make library support generic types 2020-04-03 23:26:11 +02:00
zhsh.nimble Make library support generic types 2020-04-03 23:26:11 +02:00

zhsh
===========
This module is a port of the Java implementation of the Zhang-Shasha
algorithm for tree edit distance (found here:
https://github.com/ijkilchenko/ZhangShasha). It supports the simple
string based language for creating trees that the original supports and
allows the user to create their own trees for comparisson.

This file is automatically generated from the documentation found in
zhsh.nim. Use ``nim doc2 zhsh.nim`` to get the full documentation.