mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Update charabia
This commit is contained in:
		| @@ -9,7 +9,7 @@ bimap = { version = "0.6.2", features = ["serde"] } | ||||
| bincode = "1.3.3" | ||||
| bstr = "1.0.1" | ||||
| byteorder = "1.4.3" | ||||
| charabia = { version = "0.6.0", default-features = false } | ||||
| charabia = { version = "0.7.0", default-features = false } | ||||
| concat-arrays = "0.1.2" | ||||
| crossbeam-channel = "0.5.6" | ||||
| either = "1.8.0" | ||||
| @@ -70,6 +70,10 @@ hebrew = ["charabia/hebrew"] | ||||
|  | ||||
| # allow japanese specialized tokenization | ||||
| japanese = ["charabia/japanese"] | ||||
| japanese-transliteration = ["charabia/japanese-transliteration"] | ||||
|  | ||||
| # allow korean specialized tokenization | ||||
| korean = ["charabia/korean"] | ||||
|  | ||||
| # allow thai specialized tokenization | ||||
| thai = ["charabia/thai"] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user