Skip to content

lindera/lindera

Repository files navigation

Lindera

License: MIT Crates.io

A morphological analysis library in Rust. This project is forked from kuromoji-rs.

Lindera aims to build a library which is easy to install and provides concise APIs for various Rust applications.

Documentation

Installation

Put the following in Cargo.toml:

[dependencies]
lindera = { version = "1.2.0", features = ["embedded-ipadic"] }

License

MIT