mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Make charabia languages configurable
This commit is contained in:
parent
5e07ea79c2
commit
8cd5200f48
@ -58,3 +58,15 @@ rand = "0.8.5"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "charabia/default" ]
|
default = [ "charabia/default" ]
|
||||||
|
|
||||||
|
# allow chinese specialized tokenization
|
||||||
|
chinese = ["charabia/chinese"]
|
||||||
|
|
||||||
|
# allow hebrew specialized tokenization
|
||||||
|
hebrew = ["charabia/hebrew"]
|
||||||
|
|
||||||
|
# allow japanese specialized tokenization
|
||||||
|
japanese = ["charabia/japanese"]
|
||||||
|
|
||||||
|
# allow thai specialized tokenization
|
||||||
|
thai = ["charabia/thai"]
|
||||||
|
Loading…
Reference in New Issue
Block a user