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