mirror of
https://github.com/PMunch/zhangshasha
synced 2026-01-08 10:41:16 +00:00
No description
| example.nim | ||
| README.rst | ||
| zhsh.nim | ||
| zhsh.nimble | ||
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.