mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
Make charabia languages configurable
This commit is contained in:
@ -57,4 +57,16 @@ md5 = "0.7.0"
|
||||
rand = "0.8.5"
|
||||
|
||||
[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"]
|
||||
|
Reference in New Issue
Block a user