lindera-cli 2.0.1

A morphological analysis CLI.
Documentation
# Lindera CLI

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Crates.io](https://img.shields.io/crates/v/lindera-cli.svg)](https://crates.io/crates/lindera-cli)

A morphological analysis command-line interface for [Lindera](https://github.com/lindera-morphology/lindera).

## Documentation

- [English Documentation]https://lindera.github.io/lindera/cli.html
- [Japanese Documentation (日本語ドキュメント)]https://lindera.github.io/lindera/ja/cli.html

## Install

You can install binary via cargo as follows:

```shell script
% cargo install lindera-cli
```

Alternatively, you can download a binary from the following release page:

- [https://github.com/lindera-morphology/lindera/releases]https://github.com/lindera-morphology/lindera/releases

## License

MIT