zhsh

This module is a port of the Java implementation of the Zhang-Shasha algorithm for tree edit distance

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Installation

nimble install zhsh
choosenim install zhsh
git clone https://github.com/PMunch/zhangshasha

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
zhsh - - - - - - -

Source

Repository https://github.com/PMunch/zhangshasha
Homepage https://github.com/PMunch/zhangshasha
Registry Source nimble_official

README

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.