Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Nov 23, 2023
1 parent 5ca7103 commit 3b71029
Showing 1 changed file with 6 additions and 32 deletions.
38 changes: 6 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,13 @@ Discord.js Japan User Group向けの読み上げボットです.
`DISCORD_TOKEN=`の後に続けて,[Discord Developer Portal](https://discord.com/developers/applications)
から取得したトークンを記述してください.

次に,`model`ディレクトリを作成し,ダウンロードした辞書と音声モデルを置いてください.
辞書は
[naist-jdic-jpreprocess.tar.gz](https://github.com/jpreprocess/jpreprocess/releases/download/v0.6.1/naist-jdic-jpreprocess.tar.gz)
モデルは
[hts_voice_nitech_jp_atr503_m001-1.05.tar.gz](http://downloads.sourceforge.net/open-jtalk/hts_voice_nitech_jp_atr503_m001-1.05.tar.gz)
をお勧めします.
いずれもダウンロードした後解凍が必要です.
次のコマンドを実行すると,ボットが起動します(Dockerがインストールされていることが必要です).

それぞれ次の図のように,パスが`model/naist-jdic``model/nitech_jp_atr503_m001.htsvoice`となるように配置してください.
```
(project-root)
┣ model
┃ ┣ naist-jdic
┃ ┃ ┣ char_def.bin
┃ ┃ ┣ dict.da
┃ ┃ ┣ dict.vals
┃ ┃ ┣ dict.words
┃ ┃ ┣ dict.wordsidx
┃ ┃ ┣ matrix.mtx
┃ ┃ ┗ unk.bin
┃ ┗ nitech_jp_atr503_m001.htsvoice
┗ .env
```bash
docker run --rm -d --env-file .env ghcr.io/discordjs-japan/om:latest
```

最後に,次のコマンドを実行すると,ボットが起動します(Dockerがインストールされていることが必要です).
## License Notice

```bash
docker run \
--rm \
-d \
-v ./model:/app/model \
--env-file .env \
-e DICTIONARY=model/naist-jdic \
-e MODEL=model/nitech_jp_atr503_m001.htsvoice \
ghcr.io/discordjs-japan/om:latest
```
The docker version includes `HTS Voice "NIT ATR503 M001" version 1.05` downloaded from:
<http://downloads.sourceforge.net/open-jtalk/hts_voice_nitech_jp_atr503_m001-1.05.tar.gz?

0 comments on commit 3b71029

Please sign in to comment.