alphacep / alphacep/vosk-api

update for parameter change in fstproject when compiling from source

未关闭
#1,664 1 条评论 0 个 reaction 已指派 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 摘要。