Cargo Features
lindera-tokenizer has no features set by default.
[dependencies]
lindera-tokenizer = { version = "0.32.2", features = ["ipadic", "ipadic-neologd", "unidic", "ko-dic", "cc-cedict", "compress"] }
- default
-
No directories included
- ipadic
-
Include IPADIC dictionary (Japanese)
Enables ipadic of lindera-dictionary ^0.32.2
- ipadic-neologd
-
Include IPADIC NEologd dictionary (Japanese)
Enables ipadic-neologd of lindera-dictionary ^0.32.2
- unidic
-
Include UniDic dictionary (Japanese)
Enables unidic of lindera-dictionary ^0.32.2
- ko-dic
-
Include ko-dic dictionary (Korean)
Enables ko-dic of lindera-dictionary ^0.32.2
- cc-cedict
-
Include CC-CEDICT dictionary (Chinese)
Enables cc-cedict of lindera-dictionary ^0.32.2
- compress
-
Compress dictionaries
Enables compress of lindera-dictionary ^0.32.2