/bkdeltree

BKDelTree is a BK-Tree with support for deletion of words

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

BKDelTree

BKDelTree is a BK-Tree implementation in golang with support for deletion of words.

BK Tree is a tree data structure that is used to efficiently find near matches to a given string. It is used in spell checking algorithms.