From 74cf8b65b2254eee059f6f599bb6095db5c66001 Mon Sep 17 00:00:00 2001 From: 雾聪 <wucong.lyb@alibaba-inc.com> Date: 星期四, 16 十一月 2023 11:12:20 +0800 Subject: [PATCH] fix the issue of hotwords_embedding potentially being a null pointer --- runtime/docs/lm_train_tutorial.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtime/docs/lm_train_tutorial.md b/runtime/docs/lm_train_tutorial.md index 7c6c5cb..70db089 100644 --- a/runtime/docs/lm_train_tutorial.md +++ b/runtime/docs/lm_train_tutorial.md @@ -24,8 +24,8 @@ python3 fst/generate_lexicon.py lm/corpus.dict lm/lexicon.txt lm/lexicon.out ``` -缂栬瘧TLG闇�瑕佷緷璧杅st鐨勭幆澧冿紝璇峰弬鑰冩枃妗e畨瑁協ts鐩稿叧鐜锛圼鐐瑰嚮姝ゅ](../onnxruntime/readme.md)锛� ## 缂栬瘧TLG.fst +缂栬瘧TLG闇�瑕佷緷璧杅st鐨勭幆澧冿紝璇峰弬鑰冩枃妗e畨瑁協ts鐩稿叧鐜锛圼鐐瑰嚮姝ゅ](../onnxruntime/readme.md)锛� ```shell # Compile the lexicon and token FSTs -- Gitblit v1.9.1