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.
- Segmenter - Core segmentation component using the Viterbi algorithm
- Error Handling - Error types and handling patterns
- API Reference - Links to generated API documentation