# Lindera CLI
[](https://opensource.org/licenses/MIT) [](https://crates.io/crates/lindera-cli)
[Lindera](https://github.com/lindera-morphology/lindera) の形態素解析コマンドラインインターフェース。
## ドキュメント
- [英語ドキュメント](https://lindera.github.io/lindera/cli.html)
- [日本語ドキュメント](https://lindera.github.io/lindera/ja/cli.html)
## インストール
cargo を使用してバイナリをインストールできます:
```shell script
% cargo install lindera-cli
```
または、以下のリリースページからバイナリをダウンロードできます:
- [https://github.com/lindera/lindera/releases](https://github.com/lindera/lindera/releases)
## 辞書
ビルド済み辞書は [GitHub Releases](https://github.com/lindera/lindera/releases) から入手できます。
辞書アーカイブ(例: `lindera-ipadic-*.zip`)をダウンロードして展開し、`--dict` オプションでパスを指定します。
## ライセンス
MIT