# Lindera Tokenizer [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/lindera-morphology/lindera](https://badges.gitter.im/lindera-morphology/lindera.svg)](https://gitter.im/lindera-morphology/lindera?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Crates.io](https://img.shields.io/crates/v/lindera-tokenizer.svg)](https://crates.io/crates/lindera-tokenizer) A morphological analysis library in Rust. This project fork from [kuromoji-rs](https://github.com/fulmicoton/kuromoji-rs). Lindera aims to build a library which is easy to install and provides concise APIs for various Rust applications. The following products are required to build: - Rust >= 1.46.0 ## API reference The API reference is available. Please see following URL: - [lindera-tokenizer](https://docs.rs/lindera-tokenizer)