sable-virt / kuromoji-js-dictionary

kuromoji.js dictionary generator
15 stars 6 forks source link

runでエラー発生 #3

Open heibei2020 opened 3 years ago

heibei2020 commented 3 years ago

>./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

念の為のメモ。

sujoyu commented 1 year ago

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

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