feat: Normalize synonym strings and query strings to search for synonyms

This commit is contained in:
Clément Renault
2019-06-20 16:25:14 +02:00
parent 3dcbc737f3
commit 0a5d4eb7ed
4 changed files with 84 additions and 6 deletions

View File

@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
byteorder = "1.3.1"
deunicode = "1.0.0"
hashbrown = "0.2.2"
lazy_static = "1.2.0"
log = "0.4.6"