Davidliu 2 月之前
父節點
當前提交
2b36ed9f67
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      src/core/callcenter/test.py

+ 6 - 3
src/core/callcenter/test.py

@@ -1,3 +1,6 @@
-import json
-from src.core.callcenter.api import CallInfo, DeviceInfo, NextCommand
-
+#
+# import jieba
+#
+# TestStr = "能帮我查一下,我家水费欠多少"
+# seg_list = jieba.cut(TestStr, cut_all=False, HMM=True)
+# print ("Default Mode:", "/ ".join(seg_list))