Skip to content

ghedger/dicto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dicto

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors