Lindera Library

The lindera crate is a pure morphological segmenter: it integrates the dictionary crates and provides the Segmenter API. It does not depend on lindera-analysis, lindera-crf, or lindera-trainer by default. This section covers segmentation, error handling, and API reference.

If you need the Tokenizer, character filters, or token filters (a Lucene-style analysis chain built on top of Segmenter), see the separate Lindera Analysis crate, including its Configuration and Filters pages.