Skip to content

structured-world/lindera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

728 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

[dependencies]
lindera = { version = "2.3.2", features = ["embed-ipadic"] }

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

About

A multilingual morphological analysis library.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 91.2%
  • JavaScript 2.6%
  • PHP 1.9%
  • Python 1.5%
  • Makefile 1.1%
  • Ruby 1.1%
  • Other 0.6%