From 41c64e4729ca359f7212534055239c8289b5e2f4 Mon Sep 17 00:00:00 2001 From: hnluo <haoneng.lhn@alibaba-inc.com> Date: 星期四, 21 九月 2023 16:15:15 +0800 Subject: [PATCH] Merge pull request #975 from alibaba-damo-academy/main --- funasr/runtime/onnxruntime/include/com-define.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/onnxruntime/include/com-define.h b/funasr/runtime/onnxruntime/include/com-define.h index e08d50f..9f28e15 100644 --- a/funasr/runtime/onnxruntime/include/com-define.h +++ b/funasr/runtime/onnxruntime/include/com-define.h @@ -50,6 +50,10 @@ #define MODEL_SEG_DICT "seg_dict" #define HOTWORD "hotword" +#define ITN_DIR "itn-dir" +#define ITN_TAGGER_NAME "zh_itn_tagger.fst" +#define ITN_VERBALIZER_NAME "zh_itn_verbalizer.fst" + #define ENCODER_NAME "model.onnx" #define QUANT_ENCODER_NAME "model_quant.onnx" #define DECODER_NAME "decoder.onnx" -- Gitblit v1.9.1