Introduce the query words mapping along with the query tree

This commit is contained in:
Clément Renault
2020-01-13 13:29:47 +01:00
parent 4f7a7ea0bb
commit da8abebfa2
6 changed files with 523 additions and 41 deletions

View File

@ -17,6 +17,7 @@ env_logger = "0.7.0"
fst = { version = "0.3.5", default-features = false }
hashbrown = { version = "0.6.0", features = ["serde"] }
heed = "0.6.1"
intervaltree = "0.2.4"
itertools = "0.8.2" # kill me please
levenshtein_automata = { version = "0.1.1", features = ["fst_automaton"] }
log = "0.4.8"