File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,16 @@ Unmo は日本語チャットボットプログラムです。機械学習では
16
16
### 必要なもの
17
17
実行には JVM(Java 仮想マシン)が必要です。https://java.com/ja/download/ からダウンロード・インストールしてください。
18
18
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
-
21
19
Unmo 本体は https://github.com/sandmark/unmo-clojure/releases からダウンロードすることができます。
22
20
23
- - ` system_full.dic `
24
- - ` sudachi_fulldict.json `
25
- - ` unmo-x.x.x-standalone.jar `
26
-
27
- 上記 3 つのファイルが同じディレクトリにあれば準備完了です。
28
-
29
21
## 使い方
30
22
31
23
Unmo はコンソールアプリケーションであるため、コマンドを実行する必要があります。
32
24
33
25
Unix 系なら端末エミュレータ、Mac OS ならターミナル、Windows ならコマンドプロンプトを起動し、 ` cd ` コマンドで ` unmo-x.x.x-standalone.jar ` のあるディレクトリへ移動します。その後、
34
26
35
- $ java -jar unmo-0.1.0 -standalone.jar
36
-
27
+ $ java -jar unmo-0.1.2 -standalone.jar
28
+
37
29
と打ち込んで Enter キーを叩けば起動します。
38
30
39
31
ひとしきり会話を楽しんだら、話しかけずに Enter キーを押せば終了します。
@@ -48,7 +40,7 @@ Unix 系なら端末エミュレータ、Mac OS ならターミナル、Windows
48
40
49
41
## License
50
42
51
- Copyright © 2018-2019 sandmark
43
+ Copyright © 2018-2020 sandmark
52
44
53
45
Distributed under the Eclipse Public License either version 1.0 or
54
46
any later version.
You can’t perform that action at this time.
0 commit comments