You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a simple C++11 dictionary lookup algorithm utilizing ternary tree and Levenshtein scoring.
Includes a very simple adumbrated sample dictionary.
To build:
make
To run:
bin/dicto
To quit:
[ctrl]-c
About
Simple dictionary lookup algorithm utilizing ternary tree and Levenshtein scoring