Support typos with a levenshtein automata

This commit is contained in:
Kerollmops
2020-05-31 17:01:11 +02:00
parent 6c726df9b9
commit ba9527abc0
3 changed files with 60 additions and 28 deletions

View File

@ -15,6 +15,7 @@ fst = "0.4.3"
fxhash = "0.2.1"
heed = { version = "0.8.0", default-features = false, features = ["lmdb"] }
jemallocator = "0.3.2"
levenshtein_automata = { version = "0.2.0", features = ["fst_automaton"] }
memmap = "0.7.0"
oxidized-mtbl = { git = "https://github.com/Kerollmops/oxidized-mtbl.git", rev = "8918476" }
rayon = "1.3.0"