sable-virt/kuromoji-js-dictionary

runでエラー発生

Opened this issue · 1 comments

>./bin/run


node_modules/rxjs/Subscriber.js:246

[Error: ENOENT: no such file or directory, open 'ほげぱす/kuromoji-js-dictionary/.tmp/matrix.def'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: 'ほげぱす/kuromoji-js-dictionary/.tmp/matrix.def'
}

で動かなかった。Ubuntu18で、node v14.15.3

念の為のメモ。

Git LFSにて以下のエラーが出ており、圧縮ファイルがダウンロードできていないようです。

Error downloading object: dict/mecab-ipadic-2.7.0-20070801.tar.gz (b62f527): Smudge error: Error downloading dict/mecab-ipadic-2.7.0-20070801.tar.gz (b62f527d881c504576baed9c6ef6561554658b175ce6ae0096a60307e49e3523): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

http://taku910.github.io/mecab/#download
ダウンロード -> MeCab 用の辞書 -> IPA 辞書 -> ダウンロード
から落としてきたtar.gzファイルをdict下に配置して

./bin/run

を実行するとエラーを吐かず完了しました。
今のところ動作していそうです。