This commit is contained in:
Clément Renault 2022-10-20 17:27:15 +02:00
parent ca8c922f35
commit ce4dcf47f0
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
1 changed files with 6 additions and 1 deletions

View File

@ -28,10 +28,15 @@ meili-snap = { path = "../meili-snap" }
insta = "1.19.1"
[features]
# all specialized tokenizations
default = ["milli/default"]
test-traits = ["proptest", "proptest-derive"]
# chinese specialized tokenization
chinese = ["milli/chinese"]
# hebrew specialized tokenization
hebrew = ["milli/hebrew"]
# japanese specialized tokenization
japanese = ["milli/japanese"]
# thai specialized tokenization
thai = ["milli/thai"]
test-traits = ["proptest", "proptest-derive"]