项目作者: NayanaBannur

项目描述 :
Implementation of a dictionary with spell-check, auto-correction, auto-suggestion and insertion of new words
高级语言: Python
项目地址: git://github.com/NayanaBannur/Dictionary-BK-Tree-Levenshtein-Distance.git


Dictionary using BK Trees

The objective of this project is to implement an online dictionary with spell check, auto-correction, auto-suggestion and the ability to insert new words. This is done using BK trees based on Levenshtein distance.