Project

lindera

0.17
No release in over 3 years
Ruby bindings for Lindera, a morphological analysis library for CJK text (Japanese, Korean, Chinese).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 5.0
~> 13.0

Runtime

~> 0.9
 Project Readme

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

[dependencies]
lindera = "3.0.0"

Pre-built dictionaries are available from GitHub Releases. Download a dictionary archive (e.g. lindera-ipadic-*.zip) and specify the path when loading.

Python Bindings

Lindera also provides Python bindings. You can install it via pip:

pip install lindera-python

For more details, see the lindera-python directory.

WebAssembly Bindings

Lindera also provides WebAssembly bindings. You can install it via npm:

npm install lindera-wasm

For more details and a demo application, see the lindera-wasm directory.

License

MIT