universal-automata / liblevenshtein

Various utilities regarding Levenshtein transducers.
https://github.com/universal-automata/liblevenshtein
MIT License
67 stars 13 forks source link

Add a priority queue to replace logic handled by transducer in 1.x #8

Closed dylon closed 10 years ago

dylon commented 10 years ago

Since the logic for ranking terms will be removed from the transducer, add a priority queue and a set of ranking functions to replace the logic found in version 1.x