alphacep / alphacep/vosk-api

update for parameter change in fstproject when compiling from source

オープン
#1,664 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Jupyter Notebook
スター
15.1k
フォーク
1.8k
PR マージ指標
30日以内にマージされた PR はありません

説明

When setting up kaldi from a git clone it uses openfst 1.8.3

I also had to run the following to update opengrm tools as well as the specified version doesen't play well with c17 vs c11
```sed -i s/1.3.7/1.3.16/g $KALDI_ROOT/tools/extras/install_opengrm.sh ```

The compile package [here](https://alphacephei.com/vosk/models/vosk-model-en-us-0.22-compile.zip) depends on older parameters for `fstproject` 
The line below makes the needed adjustments for openfst 1.8.3

```cd vosk-model-en-us-0.22-compile && fdfind -e sh -e pl -epy | xargs grep -l "\-\-project_output=true" | xargs sed -i 's/--project_output=true/--project_type=output/g'```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。