From 0dd01a880b8a7ed1d4549ee9b3a3d224e6fa1409 Mon Sep 17 00:00:00 2001
From: Xian Shi <40013335+R1ckShi@users.noreply.github.com>
Date: 星期二, 17 十月 2023 16:47:40 +0800
Subject: [PATCH] Merge pull request #855 from alibaba-damo-academy/dev_onnx

---
 funasr/runtime/onnxruntime/include/com-define.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/funasr/runtime/onnxruntime/include/com-define.h b/funasr/runtime/onnxruntime/include/com-define.h
index e08d50f..0ecb9c2 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"
@@ -103,4 +107,8 @@
 #define DUN_INDEX 5
 #define CACHE_POP_TRIGGER_LIMIT   200
 
+#define JIEBA_DICT "jieba.c.dict"
+#define JIEBA_USERDICT "jieba_usr_dict"
+#define JIEBA_HMM_MODEL "jieba.hmm"
+
 } // namespace funasr

--
Gitblit v1.9.1