lindera-cli 3.0.5

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)

[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