Python binding for Lindera, a Japanese morphological analysis engine.
This library is experimental at this time and is not available on PyPI.
If you want to use it, please build it on your interpreter environment using maturin
as follows.
git clone https://github.com/lindera-morphology/lindera-py.git
maturin develop --release
See here for how to install Maturin.
The specification of the configuration file is shared with Lindera. Please refer to here for configuration.