Skip to content

Commit f4017b1

Browse files
committed
Update readme
1 parent 1cffd47 commit f4017b1

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,16 @@ Unmo は日本語チャットボットプログラムです。機械学習では
1616
### 必要なもの
1717
実行には JVM(Java 仮想マシン)が必要です。https://java.com/ja/download/ からダウンロード・インストールしてください。
1818

19-
また、形態素解析エンジンとして [Sudachi](https://github.com/WorksApplications/Sudachi/releases) を使用しています。辞書ファイルが必要になりますので、リンク先から `sudachi-0.1.1-dictionary-full.zip` をダウンロード・展開し、 `system_full.dic``unmo-x.x.x-standalone.jar` と同じディレクトリに置いてください。
20-
2119
Unmo 本体は https://github.com/sandmark/unmo-clojure/releases からダウンロードすることができます。
2220

23-
- `system_full.dic`
24-
- `sudachi_fulldict.json`
25-
- `unmo-x.x.x-standalone.jar`
26-
27-
上記 3 つのファイルが同じディレクトリにあれば準備完了です。
28-
2921
## 使い方
3022

3123
Unmo はコンソールアプリケーションであるため、コマンドを実行する必要があります。
3224

3325
Unix 系なら端末エミュレータ、Mac OS ならターミナル、Windows ならコマンドプロンプトを起動し、 `cd` コマンドで `unmo-x.x.x-standalone.jar` のあるディレクトリへ移動します。その後、
3426

35-
$ java -jar unmo-0.1.0-standalone.jar
36-
27+
$ java -jar unmo-0.1.2-standalone.jar
28+
3729
と打ち込んで Enter キーを叩けば起動します。
3830

3931
ひとしきり会話を楽しんだら、話しかけずに Enter キーを押せば終了します。
@@ -48,7 +40,7 @@ Unix 系なら端末エミュレータ、Mac OS ならターミナル、Windows
4840

4941
## License
5042

51-
Copyright © 2018-2019 sandmark
43+
Copyright © 2018-2020 sandmark
5244

5345
Distributed under the Eclipse Public License either version 1.0 or
5446
any later version.

0 commit comments

Comments
 (0)