Crate metacomplete

Source

Re-exports§

pub use prefix::meta::TreeString;
pub use prefix::meta::TreeStringT;

Modules§

levenshtein
prefix
strprox

Structs§

FstAutocompleter
Supports error-tolerant autocompletion against a finite-state transducer index
MeasuredPrefix
Structure that associates a string with its its prefix edit distance from the query
MeasuredString
Structure that associates a string with its Levenshtein distance from the query
MetaAutocompleter
Structure that allows for autocompletion based on a string dataset

Traits§

Autocompleter