Upload folder using huggingface_hub
Browse files- .gitattributes +26 -9
- common/mnn_models/chinese_bert.mnn +3 -0
- common/mnn_models/chinese_bert.mnn.weight +3 -0
- common/mnn_models/english_bert.mnn +3 -0
- common/mnn_models/english_bert.mnn.weight +3 -0
- common/text_processing_jsons/.DS_Store +0 -0
- common/text_processing_jsons/char_state.bin +3 -0
- common/text_processing_jsons/cn_bert_token.bin +3 -0
- common/text_processing_jsons/default_tone_words.json +447 -0
- common/text_processing_jsons/en_bert_token.json +0 -0
- common/text_processing_jsons/eng_dict.bin +3 -0
- common/text_processing_jsons/hotwords_cn.bin +3 -0
- common/text_processing_jsons/hotwords_cn.json +724 -0
- common/text_processing_jsons/phrases_dict.bin +3 -0
- common/text_processing_jsons/pinyin_dict.bin +3 -0
- common/text_processing_jsons/pinyin_to_symbol_map.bin +3 -0
- common/text_processing_jsons/prob_emit.bin +3 -0
- common/text_processing_jsons/prob_start.bin +3 -0
- common/text_processing_jsons/prob_trans.bin +3 -0
- common/text_processing_jsons/tokenizer.txt +0 -0
- common/text_processing_jsons/word_freq.bin +3 -0
- common/text_processing_jsons/word_tag.bin +3 -0
- config.json +7 -0
- configuration.json +1 -0
- tokenizer.txt +0 -0
- tts_generator_w_bert_chenxi_0310_int8.mnn +3 -0
.gitattributes
CHANGED
|
@@ -1,35 +1,52 @@
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 4 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
-
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
-
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
-
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
-
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
-
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
-
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
-
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
-
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin.* filter=lfs diff=lfs merge=lfs -text
|
| 5 |
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 6 |
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 11 |
*.model filter=lfs diff=lfs merge=lfs -text
|
| 12 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
| 13 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 14 |
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 15 |
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 16 |
*.pb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
| 17 |
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 18 |
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 19 |
*.rar filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 20 |
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 21 |
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 22 |
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 23 |
*.tgz filter=lfs diff=lfs merge=lfs -text
|
|
|
|
| 24 |
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.db* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.ark* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.gguf* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.ggml filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.llamafile* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*.pt2 filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 46 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 47 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
|
| 49 |
+
common/mnn_models/chinese_bert.mnn.weight filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
tts_generator_w_bert_chenxi_0310_int8.mnn filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
common/mnn_models/english_bert.mnn.weight filter=lfs diff=lfs merge=lfs -textcommon/mnn_models/chinese_bert.mnn filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
common/mnn_models/english_bert.mnn filter=lfs diff=lfs merge=lfs -text
|
common/mnn_models/chinese_bert.mnn
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6322f96439c482c0187d94f08a529a10ad265af39f0c78f3ecdef4736dd7dbc
|
| 3 |
+
size 595296
|
common/mnn_models/chinese_bert.mnn.weight
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf030969792116c210e12620f2f098d8537960e0b39bfe39349af421033fc6dd
|
| 3 |
+
size 367494936
|
common/mnn_models/english_bert.mnn
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:455d503c4dc89ffdf3c50f89088992893e1aea667541bdc4628f8ef67892abf8
|
| 3 |
+
size 416016
|
common/mnn_models/english_bert.mnn.weight
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c398dbee4ff49185268a5fe7c54061818c435b98cf12ea9fa5f8dacc0d09f65
|
| 3 |
+
size 929559392
|
common/text_processing_jsons/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
common/text_processing_jsons/char_state.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce0cd77ecd01c08b0bc8219c785f05e6d5b9357ef653abee8cf63e1a0a7cb2a4
|
| 3 |
+
size 949364
|
common/text_processing_jsons/cn_bert_token.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c3e59f120d7d59040e016f68ccc657554b560c86efbdf6037b5002659815218
|
| 3 |
+
size 341956
|
common/text_processing_jsons/default_tone_words.json
ADDED
|
@@ -0,0 +1,447 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"must_neural_tone_words": [
|
| 3 |
+
"哥哥",
|
| 4 |
+
"姐姐",
|
| 5 |
+
"奶奶",
|
| 6 |
+
"宝宝",
|
| 7 |
+
"妈妈",
|
| 8 |
+
"爸爸",
|
| 9 |
+
"爷爷",
|
| 10 |
+
"叔叔",
|
| 11 |
+
"谈谈",
|
| 12 |
+
"麻烦",
|
| 13 |
+
"麻利",
|
| 14 |
+
"鸳鸯",
|
| 15 |
+
"高粱",
|
| 16 |
+
"骨头",
|
| 17 |
+
"骆驼",
|
| 18 |
+
"马虎",
|
| 19 |
+
"首饰",
|
| 20 |
+
"馒头",
|
| 21 |
+
"馄饨",
|
| 22 |
+
"风筝",
|
| 23 |
+
"难为",
|
| 24 |
+
"队伍",
|
| 25 |
+
"阔气",
|
| 26 |
+
"闺女",
|
| 27 |
+
"门道",
|
| 28 |
+
"锄头",
|
| 29 |
+
"铺盖",
|
| 30 |
+
"铃铛",
|
| 31 |
+
"铁匠",
|
| 32 |
+
"钥匙",
|
| 33 |
+
"里脊",
|
| 34 |
+
"里头",
|
| 35 |
+
"部分",
|
| 36 |
+
"那么",
|
| 37 |
+
"道士",
|
| 38 |
+
"造化",
|
| 39 |
+
"迷糊",
|
| 40 |
+
"连累",
|
| 41 |
+
"这么",
|
| 42 |
+
"这个",
|
| 43 |
+
"运气",
|
| 44 |
+
"过去",
|
| 45 |
+
"软和",
|
| 46 |
+
"转悠",
|
| 47 |
+
"踏实",
|
| 48 |
+
"跳蚤",
|
| 49 |
+
"跟头",
|
| 50 |
+
"趔趄",
|
| 51 |
+
"财主",
|
| 52 |
+
"豆腐",
|
| 53 |
+
"讲究",
|
| 54 |
+
"记性",
|
| 55 |
+
"记号",
|
| 56 |
+
"认识",
|
| 57 |
+
"规矩",
|
| 58 |
+
"见识",
|
| 59 |
+
"裁缝",
|
| 60 |
+
"补丁",
|
| 61 |
+
"衣裳",
|
| 62 |
+
"衣服",
|
| 63 |
+
"衙门",
|
| 64 |
+
"街坊",
|
| 65 |
+
"行李",
|
| 66 |
+
"行当",
|
| 67 |
+
"蛤蟆",
|
| 68 |
+
"蘑菇",
|
| 69 |
+
"薄荷",
|
| 70 |
+
"葫芦",
|
| 71 |
+
"葡萄",
|
| 72 |
+
"萝卜",
|
| 73 |
+
"荸荠",
|
| 74 |
+
"苗条",
|
| 75 |
+
"苗头",
|
| 76 |
+
"苍蝇",
|
| 77 |
+
"芝麻",
|
| 78 |
+
"舒服",
|
| 79 |
+
"舒坦",
|
| 80 |
+
"舌头",
|
| 81 |
+
"自在",
|
| 82 |
+
"膏药",
|
| 83 |
+
"脾气",
|
| 84 |
+
"脑袋",
|
| 85 |
+
"脊梁",
|
| 86 |
+
"能耐",
|
| 87 |
+
"胳膊",
|
| 88 |
+
"胭脂",
|
| 89 |
+
"胡萝",
|
| 90 |
+
"胡琴",
|
| 91 |
+
"胡同",
|
| 92 |
+
"聪明",
|
| 93 |
+
"耽误",
|
| 94 |
+
"耽搁",
|
| 95 |
+
"耷拉",
|
| 96 |
+
"耳朵",
|
| 97 |
+
"老爷",
|
| 98 |
+
"老实",
|
| 99 |
+
"老婆",
|
| 100 |
+
"老头",
|
| 101 |
+
"老太",
|
| 102 |
+
"翻腾",
|
| 103 |
+
"罗嗦",
|
| 104 |
+
"罐头",
|
| 105 |
+
"编辑",
|
| 106 |
+
"结实",
|
| 107 |
+
"红火",
|
| 108 |
+
"累赘",
|
| 109 |
+
"糨糊",
|
| 110 |
+
"糊涂",
|
| 111 |
+
"精神",
|
| 112 |
+
"粮食",
|
| 113 |
+
"簸箕",
|
| 114 |
+
"篱笆",
|
| 115 |
+
"算计",
|
| 116 |
+
"算盘",
|
| 117 |
+
"答应",
|
| 118 |
+
"笤帚",
|
| 119 |
+
"笑语",
|
| 120 |
+
"笑话",
|
| 121 |
+
"窟窿",
|
| 122 |
+
"窝囊",
|
| 123 |
+
"窗户",
|
| 124 |
+
"稳当",
|
| 125 |
+
"稀罕",
|
| 126 |
+
"称呼",
|
| 127 |
+
"秧歌",
|
| 128 |
+
"秀气",
|
| 129 |
+
"秀才",
|
| 130 |
+
"福气",
|
| 131 |
+
"祖宗",
|
| 132 |
+
"砚台",
|
| 133 |
+
"码头",
|
| 134 |
+
"石榴",
|
| 135 |
+
"石头",
|
| 136 |
+
"石匠",
|
| 137 |
+
"知识",
|
| 138 |
+
"眼睛",
|
| 139 |
+
"眯缝",
|
| 140 |
+
"眨巴",
|
| 141 |
+
"眉毛",
|
| 142 |
+
"相声",
|
| 143 |
+
"盘算",
|
| 144 |
+
"白净",
|
| 145 |
+
"痢疾",
|
| 146 |
+
"痛快",
|
| 147 |
+
"疟疾",
|
| 148 |
+
"疙瘩",
|
| 149 |
+
"疏忽",
|
| 150 |
+
"畜生",
|
| 151 |
+
"生意",
|
| 152 |
+
"甘蔗",
|
| 153 |
+
"琵琶",
|
| 154 |
+
"琢磨",
|
| 155 |
+
"琉璃",
|
| 156 |
+
"玻璃",
|
| 157 |
+
"玫瑰",
|
| 158 |
+
"玄乎",
|
| 159 |
+
"狐狸",
|
| 160 |
+
"状元",
|
| 161 |
+
"特务",
|
| 162 |
+
"牲口",
|
| 163 |
+
"牙碜",
|
| 164 |
+
"牌楼",
|
| 165 |
+
"爽快",
|
| 166 |
+
"爱人",
|
| 167 |
+
"热闹",
|
| 168 |
+
"烧饼",
|
| 169 |
+
"烟筒",
|
| 170 |
+
"烂糊",
|
| 171 |
+
"点心",
|
| 172 |
+
"炊帚",
|
| 173 |
+
"灯笼",
|
| 174 |
+
"火候",
|
| 175 |
+
"漂亮",
|
| 176 |
+
"滑溜",
|
| 177 |
+
"溜达",
|
| 178 |
+
"温和",
|
| 179 |
+
"清楚",
|
| 180 |
+
"消息",
|
| 181 |
+
"浪头",
|
| 182 |
+
"活泼",
|
| 183 |
+
"比方",
|
| 184 |
+
"正经",
|
| 185 |
+
"欺负",
|
| 186 |
+
"模糊",
|
| 187 |
+
"槟榔",
|
| 188 |
+
"棺材",
|
| 189 |
+
"棒槌",
|
| 190 |
+
"棉花",
|
| 191 |
+
"核桃",
|
| 192 |
+
"栅栏",
|
| 193 |
+
"柴火",
|
| 194 |
+
"架势",
|
| 195 |
+
"枕头",
|
| 196 |
+
"枇杷",
|
| 197 |
+
"机灵",
|
| 198 |
+
"本事",
|
| 199 |
+
"木头",
|
| 200 |
+
"木匠",
|
| 201 |
+
"朋友",
|
| 202 |
+
"月饼",
|
| 203 |
+
"月亮",
|
| 204 |
+
"暖和",
|
| 205 |
+
"明白",
|
| 206 |
+
"时候",
|
| 207 |
+
"新鲜",
|
| 208 |
+
"故事",
|
| 209 |
+
"收拾",
|
| 210 |
+
"收成",
|
| 211 |
+
"提防",
|
| 212 |
+
"挖苦",
|
| 213 |
+
"挑剔",
|
| 214 |
+
"指甲",
|
| 215 |
+
"指头",
|
| 216 |
+
"拾掇",
|
| 217 |
+
"拳头",
|
| 218 |
+
"拨弄",
|
| 219 |
+
"招牌",
|
| 220 |
+
"招呼",
|
| 221 |
+
"抬举",
|
| 222 |
+
"护士",
|
| 223 |
+
"折腾",
|
| 224 |
+
"扫帚",
|
| 225 |
+
"打量",
|
| 226 |
+
"打算",
|
| 227 |
+
"打点",
|
| 228 |
+
"打扮",
|
| 229 |
+
"打听",
|
| 230 |
+
"打发",
|
| 231 |
+
"扎实",
|
| 232 |
+
"扁担",
|
| 233 |
+
"戒指",
|
| 234 |
+
"懒得",
|
| 235 |
+
"意识",
|
| 236 |
+
"意思",
|
| 237 |
+
"情形",
|
| 238 |
+
"悟性",
|
| 239 |
+
"怪物",
|
| 240 |
+
"思量",
|
| 241 |
+
"怎么",
|
| 242 |
+
"念头",
|
| 243 |
+
"念叨",
|
| 244 |
+
"快活",
|
| 245 |
+
"忙活",
|
| 246 |
+
"志气",
|
| 247 |
+
"心思",
|
| 248 |
+
"得罪",
|
| 249 |
+
"张罗",
|
| 250 |
+
"弟兄",
|
| 251 |
+
"开通",
|
| 252 |
+
"应酬",
|
| 253 |
+
"庄稼",
|
| 254 |
+
"干事",
|
| 255 |
+
"帮手",
|
| 256 |
+
"帐篷",
|
| 257 |
+
"希罕",
|
| 258 |
+
"师父",
|
| 259 |
+
"师傅",
|
| 260 |
+
"巴结",
|
| 261 |
+
"巴掌",
|
| 262 |
+
"差事",
|
| 263 |
+
"工夫",
|
| 264 |
+
"岁数",
|
| 265 |
+
"屁股",
|
| 266 |
+
"尾巴",
|
| 267 |
+
"少爷",
|
| 268 |
+
"小气",
|
| 269 |
+
"小伙",
|
| 270 |
+
"将就",
|
| 271 |
+
"对头",
|
| 272 |
+
"对付",
|
| 273 |
+
"寡妇",
|
| 274 |
+
"家伙",
|
| 275 |
+
"客气",
|
| 276 |
+
"实在",
|
| 277 |
+
"官司",
|
| 278 |
+
"学问",
|
| 279 |
+
"学生",
|
| 280 |
+
"字号",
|
| 281 |
+
"嫁妆",
|
| 282 |
+
"媳妇",
|
| 283 |
+
"媒人",
|
| 284 |
+
"婆家",
|
| 285 |
+
"娘家",
|
| 286 |
+
"委屈",
|
| 287 |
+
"姑娘",
|
| 288 |
+
"姐夫",
|
| 289 |
+
"妯娌",
|
| 290 |
+
"妥当",
|
| 291 |
+
"妖精",
|
| 292 |
+
"奴才",
|
| 293 |
+
"女婿",
|
| 294 |
+
"头发",
|
| 295 |
+
"太阳",
|
| 296 |
+
"大爷",
|
| 297 |
+
"大方",
|
| 298 |
+
"大意",
|
| 299 |
+
"大夫",
|
| 300 |
+
"多少",
|
| 301 |
+
"多么",
|
| 302 |
+
"外甥",
|
| 303 |
+
"壮实",
|
| 304 |
+
"地道",
|
| 305 |
+
"地方",
|
| 306 |
+
"在乎",
|
| 307 |
+
"困难",
|
| 308 |
+
"嘴巴",
|
| 309 |
+
"嘱咐",
|
| 310 |
+
"嘟囔",
|
| 311 |
+
"嘀咕",
|
| 312 |
+
"喜欢",
|
| 313 |
+
"喇嘛",
|
| 314 |
+
"喇叭",
|
| 315 |
+
"商量",
|
| 316 |
+
"唾沫",
|
| 317 |
+
"哑巴",
|
| 318 |
+
"哈欠",
|
| 319 |
+
"哆嗦",
|
| 320 |
+
"咳嗽",
|
| 321 |
+
"和尚",
|
| 322 |
+
"告诉",
|
| 323 |
+
"告示",
|
| 324 |
+
"含糊",
|
| 325 |
+
"吓唬",
|
| 326 |
+
"后头",
|
| 327 |
+
"名字",
|
| 328 |
+
"名堂",
|
| 329 |
+
"合同",
|
| 330 |
+
"吆喝",
|
| 331 |
+
"叫唤",
|
| 332 |
+
"口袋",
|
| 333 |
+
"厚道",
|
| 334 |
+
"厉害",
|
| 335 |
+
"千斤",
|
| 336 |
+
"包袱",
|
| 337 |
+
"包涵",
|
| 338 |
+
"匀称",
|
| 339 |
+
"勤快",
|
| 340 |
+
"动静",
|
| 341 |
+
"动弹",
|
| 342 |
+
"功夫",
|
| 343 |
+
"力气",
|
| 344 |
+
"前头",
|
| 345 |
+
"刺猬",
|
| 346 |
+
"刺激",
|
| 347 |
+
"别扭",
|
| 348 |
+
"利落",
|
| 349 |
+
"利索",
|
| 350 |
+
"利害",
|
| 351 |
+
"分析",
|
| 352 |
+
"出息",
|
| 353 |
+
"凑合",
|
| 354 |
+
"凉快",
|
| 355 |
+
"冷战",
|
| 356 |
+
"冤枉",
|
| 357 |
+
"冒失",
|
| 358 |
+
"养活",
|
| 359 |
+
"关系",
|
| 360 |
+
"先生",
|
| 361 |
+
"兄弟",
|
| 362 |
+
"便宜",
|
| 363 |
+
"使唤",
|
| 364 |
+
"佩服",
|
| 365 |
+
"作坊",
|
| 366 |
+
"体面",
|
| 367 |
+
"位置",
|
| 368 |
+
"似的",
|
| 369 |
+
"伙计",
|
| 370 |
+
"休息",
|
| 371 |
+
"什么",
|
| 372 |
+
"人家",
|
| 373 |
+
"亲戚",
|
| 374 |
+
"亲家",
|
| 375 |
+
"交情",
|
| 376 |
+
"云彩",
|
| 377 |
+
"事情",
|
| 378 |
+
"买卖",
|
| 379 |
+
"主意",
|
| 380 |
+
"丫头",
|
| 381 |
+
"丧气",
|
| 382 |
+
"两口",
|
| 383 |
+
"东西",
|
| 384 |
+
"东家",
|
| 385 |
+
"世故",
|
| 386 |
+
"不由",
|
| 387 |
+
"不在",
|
| 388 |
+
"下水",
|
| 389 |
+
"下巴",
|
| 390 |
+
"上头",
|
| 391 |
+
"上司",
|
| 392 |
+
"丈夫",
|
| 393 |
+
"丈人",
|
| 394 |
+
"一辈",
|
| 395 |
+
"那个",
|
| 396 |
+
"菩萨",
|
| 397 |
+
"父亲",
|
| 398 |
+
"母亲",
|
| 399 |
+
"咕噜",
|
| 400 |
+
"邋遢",
|
| 401 |
+
"费用",
|
| 402 |
+
"冤家",
|
| 403 |
+
"甜头",
|
| 404 |
+
"介绍",
|
| 405 |
+
"荒唐",
|
| 406 |
+
"大人",
|
| 407 |
+
"泥鳅",
|
| 408 |
+
"幸福",
|
| 409 |
+
"熟悉",
|
| 410 |
+
"计划",
|
| 411 |
+
"扑腾",
|
| 412 |
+
"蜡烛",
|
| 413 |
+
"姥爷",
|
| 414 |
+
"照顾",
|
| 415 |
+
"喉咙",
|
| 416 |
+
"吉他",
|
| 417 |
+
"弄堂",
|
| 418 |
+
"蚂蚱",
|
| 419 |
+
"凤凰",
|
| 420 |
+
"拖沓",
|
| 421 |
+
"寒碜",
|
| 422 |
+
"糟蹋",
|
| 423 |
+
"倒腾",
|
| 424 |
+
"报复",
|
| 425 |
+
"逻辑",
|
| 426 |
+
"盘缠",
|
| 427 |
+
"喽啰",
|
| 428 |
+
"牢骚",
|
| 429 |
+
"咖喱",
|
| 430 |
+
"扫把",
|
| 431 |
+
"惦记"
|
| 432 |
+
],
|
| 433 |
+
"must_not_neural_tone_words": [
|
| 434 |
+
"男子",
|
| 435 |
+
"女子",
|
| 436 |
+
"分子",
|
| 437 |
+
"原子",
|
| 438 |
+
"量子",
|
| 439 |
+
"莲子",
|
| 440 |
+
"石子",
|
| 441 |
+
"瓜子",
|
| 442 |
+
"电子",
|
| 443 |
+
"人人",
|
| 444 |
+
"虎虎",
|
| 445 |
+
"满满"
|
| 446 |
+
]
|
| 447 |
+
}
|
common/text_processing_jsons/en_bert_token.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
common/text_processing_jsons/eng_dict.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cad5c1dc6198531cff972391637b628ef17ef7293095b4cf6338855b32d8198
|
| 3 |
+
size 13716655
|
common/text_processing_jsons/hotwords_cn.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9cbcf4279a5ceaade915f15fba2d07913fb3188bc11593795dbc06c78584536f
|
| 3 |
+
size 5081
|
common/text_processing_jsons/hotwords_cn.json
ADDED
|
@@ -0,0 +1,724 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"hotword": "阿里巴巴",
|
| 4 |
+
"word_freq": 10,
|
| 5 |
+
"word_type": "n",
|
| 6 |
+
"pinyin": [
|
| 7 |
+
"ā",
|
| 8 |
+
"lǐ",
|
| 9 |
+
"bā",
|
| 10 |
+
"bā"
|
| 11 |
+
],
|
| 12 |
+
"initials": ",l,b,b",
|
| 13 |
+
"finals": "a1,i3,a1,a1"
|
| 14 |
+
},
|
| 15 |
+
{
|
| 16 |
+
"hotword": "拜拜",
|
| 17 |
+
"word_freq": 10,
|
| 18 |
+
"word_type": "v",
|
| 19 |
+
"pinyin": [
|
| 20 |
+
"bái",
|
| 21 |
+
"bái"
|
| 22 |
+
],
|
| 23 |
+
"initials": "b,b",
|
| 24 |
+
"finals": "ai2,ai2"
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"hotword": "背着书包",
|
| 28 |
+
"word_freq": 10,
|
| 29 |
+
"word_type": "v",
|
| 30 |
+
"pinyin": [
|
| 31 |
+
"bēi",
|
| 32 |
+
"zhe",
|
| 33 |
+
"shū",
|
| 34 |
+
"bāo"
|
| 35 |
+
],
|
| 36 |
+
"initials": "b,zh,sh,b",
|
| 37 |
+
"finals": "ei1,e5k,u1,ao1"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"hotword": "背着包",
|
| 41 |
+
"word_freq": 10,
|
| 42 |
+
"word_type": "v",
|
| 43 |
+
"pinyin": [
|
| 44 |
+
"bēi",
|
| 45 |
+
"zhe",
|
| 46 |
+
"bāo"
|
| 47 |
+
],
|
| 48 |
+
"initials": "b,zh,b",
|
| 49 |
+
"finals": "ei1,e5k,ao1"
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"hotword": "不得了",
|
| 53 |
+
"word_freq": 10,
|
| 54 |
+
"word_type": "a",
|
| 55 |
+
"pinyin": [
|
| 56 |
+
"bù",
|
| 57 |
+
"dé",
|
| 58 |
+
"liǎo"
|
| 59 |
+
],
|
| 60 |
+
"initials": "b,d,l",
|
| 61 |
+
"finals": "u4,e2,iao3"
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"hotword": "层林尽染",
|
| 65 |
+
"word_freq": 10,
|
| 66 |
+
"word_type": "v",
|
| 67 |
+
"pinyin": [
|
| 68 |
+
"céng",
|
| 69 |
+
"lín",
|
| 70 |
+
"jìn",
|
| 71 |
+
"rǎn"
|
| 72 |
+
],
|
| 73 |
+
"initials": "c,l,j,r",
|
| 74 |
+
"finals": "eng2,in2,in4,an3"
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"hotword": "长时间",
|
| 78 |
+
"word_freq": 10,
|
| 79 |
+
"word_type": "a",
|
| 80 |
+
"pinyin": [
|
| 81 |
+
"cháng",
|
| 82 |
+
"shí",
|
| 83 |
+
"jiān"
|
| 84 |
+
],
|
| 85 |
+
"initials": "ch,sh,j",
|
| 86 |
+
"finals": "ang2,i2,ian1"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"hotword": "长达",
|
| 90 |
+
"word_freq": 10,
|
| 91 |
+
"word_type": "a",
|
| 92 |
+
"pinyin": [
|
| 93 |
+
"cháng",
|
| 94 |
+
"dá"
|
| 95 |
+
],
|
| 96 |
+
"initials": "ch,d",
|
| 97 |
+
"finals": "ang2,a2"
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"hotword": "长款",
|
| 101 |
+
"word_freq": 10,
|
| 102 |
+
"word_type": "a",
|
| 103 |
+
"pinyin": [
|
| 104 |
+
"cháng",
|
| 105 |
+
"kuǎn"
|
| 106 |
+
],
|
| 107 |
+
"initials": "ch,k",
|
| 108 |
+
"finals": "ang2,uan3"
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"hotword": "长效",
|
| 112 |
+
"word_freq": 10,
|
| 113 |
+
"word_type": "a",
|
| 114 |
+
"pinyin": [
|
| 115 |
+
"cháng",
|
| 116 |
+
"xiào"
|
| 117 |
+
],
|
| 118 |
+
"initials": "ch,x",
|
| 119 |
+
"finals": "ang2,iao4"
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"hotword": "处处",
|
| 123 |
+
"word_freq": 10,
|
| 124 |
+
"word_type": "a",
|
| 125 |
+
"pinyin": [
|
| 126 |
+
"chù",
|
| 127 |
+
"chù"
|
| 128 |
+
],
|
| 129 |
+
"initials": "ch,ch",
|
| 130 |
+
"finals": "u4,u4"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"hotword": "大工坊",
|
| 134 |
+
"word_freq": 10,
|
| 135 |
+
"word_type": "n",
|
| 136 |
+
"pinyin": [
|
| 137 |
+
"dà",
|
| 138 |
+
"gōng",
|
| 139 |
+
"fáng"
|
| 140 |
+
],
|
| 141 |
+
"initials": "d,g,f",
|
| 142 |
+
"finals": "a4,ong1,ang2"
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"hotword": "大觉",
|
| 146 |
+
"word_freq": 10,
|
| 147 |
+
"word_type": "n",
|
| 148 |
+
"pinyin": [
|
| 149 |
+
"dà",
|
| 150 |
+
"jiào"
|
| 151 |
+
],
|
| 152 |
+
"initials": "d,j",
|
| 153 |
+
"finals": "a4,iao4"
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"hotword": "大片",
|
| 157 |
+
"word_freq": 10,
|
| 158 |
+
"word_type": "n",
|
| 159 |
+
"pinyin": [
|
| 160 |
+
"dà",
|
| 161 |
+
"pian"
|
| 162 |
+
],
|
| 163 |
+
"initials": "d,p",
|
| 164 |
+
"finals": "a4,ian5"
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"hotword": "待着",
|
| 168 |
+
"word_freq": 10,
|
| 169 |
+
"word_type": "v",
|
| 170 |
+
"pinyin": [
|
| 171 |
+
"dāi",
|
| 172 |
+
"zhe"
|
| 173 |
+
],
|
| 174 |
+
"initials": "d,zh",
|
| 175 |
+
"finals": "ai1,e5"
|
| 176 |
+
},
|
| 177 |
+
{
|
| 178 |
+
"hotword": "倒进",
|
| 179 |
+
"word_freq": 10,
|
| 180 |
+
"word_type": "v",
|
| 181 |
+
"pinyin": [
|
| 182 |
+
"dào",
|
| 183 |
+
"jìn"
|
| 184 |
+
],
|
| 185 |
+
"initials": "d,j",
|
| 186 |
+
"finals": "ao4,in4"
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"hotword": "倒在",
|
| 190 |
+
"word_freq": 10,
|
| 191 |
+
"word_type": "v",
|
| 192 |
+
"pinyin": [
|
| 193 |
+
"dǎo",
|
| 194 |
+
"zài"
|
| 195 |
+
],
|
| 196 |
+
"initials": "d,z",
|
| 197 |
+
"finals": "ao3,ai4"
|
| 198 |
+
},
|
| 199 |
+
{
|
| 200 |
+
"hotword": "地",
|
| 201 |
+
"word_freq": 10,
|
| 202 |
+
"word_type": "uv",
|
| 203 |
+
"pinyin": [
|
| 204 |
+
"de"
|
| 205 |
+
],
|
| 206 |
+
"initials": "d",
|
| 207 |
+
"finals": "e5"
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"hotword": "的",
|
| 211 |
+
"word_freq": 10,
|
| 212 |
+
"word_type": "uv",
|
| 213 |
+
"pinyin": [
|
| 214 |
+
"de"
|
| 215 |
+
],
|
| 216 |
+
"initials": "d",
|
| 217 |
+
"finals": "e5"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"hotword": "得",
|
| 221 |
+
"word_freq": 10,
|
| 222 |
+
"word_type": "uv",
|
| 223 |
+
"pinyin": [
|
| 224 |
+
"de"
|
| 225 |
+
],
|
| 226 |
+
"initials": "d",
|
| 227 |
+
"finals": "e5"
|
| 228 |
+
},
|
| 229 |
+
{
|
| 230 |
+
"hotword": "地标",
|
| 231 |
+
"word_freq": 10,
|
| 232 |
+
"word_type": "n",
|
| 233 |
+
"pinyin": [
|
| 234 |
+
"dì",
|
| 235 |
+
"biāo"
|
| 236 |
+
],
|
| 237 |
+
"initials": "d,b",
|
| 238 |
+
"finals": "i4,iao1"
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"hotword": "调调",
|
| 242 |
+
"word_freq": 10,
|
| 243 |
+
"word_type": "n",
|
| 244 |
+
"pinyin": [
|
| 245 |
+
"diào",
|
| 246 |
+
"diao"
|
| 247 |
+
],
|
| 248 |
+
"initials": "d,d",
|
| 249 |
+
"finals": "iao4,iao5"
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"hotword": "肚子",
|
| 253 |
+
"word_freq": 1000,
|
| 254 |
+
"word_type": "n",
|
| 255 |
+
"pinyin": [
|
| 256 |
+
"dù",
|
| 257 |
+
"zi"
|
| 258 |
+
],
|
| 259 |
+
"initials": "d,z",
|
| 260 |
+
"finals": "u4,i5"
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"hotword": "干敏",
|
| 264 |
+
"word_freq": 10,
|
| 265 |
+
"word_type": "a",
|
| 266 |
+
"pinyin": [
|
| 267 |
+
"gān",
|
| 268 |
+
"mǐn"
|
| 269 |
+
],
|
| 270 |
+
"initials": "g,m",
|
| 271 |
+
"finals": "an1,in3"
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"hotword": "杠杠",
|
| 275 |
+
"word_freq": 10,
|
| 276 |
+
"word_type": "a",
|
| 277 |
+
"pinyin": [
|
| 278 |
+
"gang",
|
| 279 |
+
"gang"
|
| 280 |
+
],
|
| 281 |
+
"initials": "g,g",
|
| 282 |
+
"finals": "ang2,ang2"
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"hotword": "各地",
|
| 286 |
+
"word_freq": 10,
|
| 287 |
+
"word_type": "a",
|
| 288 |
+
"pinyin": [
|
| 289 |
+
"gè",
|
| 290 |
+
"dì"
|
| 291 |
+
],
|
| 292 |
+
"initials": "g,d",
|
| 293 |
+
"finals": "e4,i4"
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"hotword": "工坊",
|
| 297 |
+
"word_freq": 10,
|
| 298 |
+
"word_type": "n",
|
| 299 |
+
"pinyin": [
|
| 300 |
+
"gōng",
|
| 301 |
+
"fáng"
|
| 302 |
+
],
|
| 303 |
+
"initials": "g,f",
|
| 304 |
+
"finals": "ong1,ang2"
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"hotword": "工作坊",
|
| 308 |
+
"word_freq": 10,
|
| 309 |
+
"word_type": "n",
|
| 310 |
+
"pinyin": [
|
| 311 |
+
"gōng",
|
| 312 |
+
"zuò",
|
| 313 |
+
"fáng"
|
| 314 |
+
],
|
| 315 |
+
"initials": "g,zf",
|
| 316 |
+
"finals": "ong1,uo4,ang2"
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"hotword": "呵呵",
|
| 320 |
+
"word_freq": 10,
|
| 321 |
+
"word_type": "n",
|
| 322 |
+
"pinyin": [
|
| 323 |
+
"hē",
|
| 324 |
+
"he"
|
| 325 |
+
],
|
| 326 |
+
"initials": "h,h",
|
| 327 |
+
"finals": "e1,e1"
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"hotword": "很长",
|
| 331 |
+
"word_freq": 1000,
|
| 332 |
+
"word_type": "a",
|
| 333 |
+
"pinyin": [
|
| 334 |
+
"hěn",
|
| 335 |
+
"cháng"
|
| 336 |
+
],
|
| 337 |
+
"initials": "h,ch",
|
| 338 |
+
"finals": "en3,ang2"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"hotword": "后来",
|
| 342 |
+
"word_freq": 10,
|
| 343 |
+
"word_type": "a",
|
| 344 |
+
"pinyin": [
|
| 345 |
+
"hòu",
|
| 346 |
+
"lái"
|
| 347 |
+
],
|
| 348 |
+
"initials": "h,l",
|
| 349 |
+
"finals": "ou4,ai2"
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"hotword": "和面",
|
| 353 |
+
"word_freq": 10,
|
| 354 |
+
"word_type": "v",
|
| 355 |
+
"pinyin": [
|
| 356 |
+
"huó",
|
| 357 |
+
"miàn"
|
| 358 |
+
],
|
| 359 |
+
"initials": "h,m",
|
| 360 |
+
"finals": "uo2,ian4"
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"hotword": "鸡蛋干",
|
| 364 |
+
"word_freq": 10,
|
| 365 |
+
"word_type": "n",
|
| 366 |
+
"pinyin": [
|
| 367 |
+
"jī",
|
| 368 |
+
"dàn",
|
| 369 |
+
"gān"
|
| 370 |
+
],
|
| 371 |
+
"initials": "j,d,g",
|
| 372 |
+
"finals": "i1,an4,an1"
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"hotword": "系好",
|
| 376 |
+
"word_freq": 10,
|
| 377 |
+
"word_type": "v",
|
| 378 |
+
"pinyin": [
|
| 379 |
+
"jì",
|
| 380 |
+
"hǎo"
|
| 381 |
+
],
|
| 382 |
+
"initials": "j,h",
|
| 383 |
+
"finals": "i4,ao3"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"hotword": "教你",
|
| 387 |
+
"word_freq": 1000,
|
| 388 |
+
"word_type": "v",
|
| 389 |
+
"pinyin": [
|
| 390 |
+
"jiāo",
|
| 391 |
+
"nǐ"
|
| 392 |
+
],
|
| 393 |
+
"initials": "j,n",
|
| 394 |
+
"finals": "iao1,i3"
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"hotword": "尽可",
|
| 398 |
+
"word_freq": 10,
|
| 399 |
+
"word_type": "v",
|
| 400 |
+
"pinyin": [
|
| 401 |
+
"jìn",
|
| 402 |
+
"kě"
|
| 403 |
+
],
|
| 404 |
+
"initials": "j,k",
|
| 405 |
+
"finals": "in4,e3"
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"hotword": "尽显",
|
| 409 |
+
"word_freq": 10,
|
| 410 |
+
"word_type": "v",
|
| 411 |
+
"pinyin": [
|
| 412 |
+
"jìn",
|
| 413 |
+
"xiǎn"
|
| 414 |
+
],
|
| 415 |
+
"initials": "j,x",
|
| 416 |
+
"finals": "in4,ian3"
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"hotword": "酒吧",
|
| 420 |
+
"word_freq": 10,
|
| 421 |
+
"word_type": "n",
|
| 422 |
+
"pinyin": [
|
| 423 |
+
"jiǔ",
|
| 424 |
+
"bā"
|
| 425 |
+
],
|
| 426 |
+
"initials": "j,b",
|
| 427 |
+
"finals": "iu3,a1"
|
| 428 |
+
},
|
| 429 |
+
{
|
| 430 |
+
"hotword": "量身",
|
| 431 |
+
"word_freq": 10,
|
| 432 |
+
"word_type": "v",
|
| 433 |
+
"pinyin": [
|
| 434 |
+
"liáng",
|
| 435 |
+
"shēn"
|
| 436 |
+
],
|
| 437 |
+
"initials": "l,sh",
|
| 438 |
+
"finals": "iang2,en1"
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"hotword": "满满",
|
| 442 |
+
"word_freq": 10,
|
| 443 |
+
"word_type": "a",
|
| 444 |
+
"pinyin": [
|
| 445 |
+
"mǎn",
|
| 446 |
+
"mǎn"
|
| 447 |
+
],
|
| 448 |
+
"initials": "m,m",
|
| 449 |
+
"finals": "an3,an3"
|
| 450 |
+
},
|
| 451 |
+
{
|
| 452 |
+
"hotword": "毛肚",
|
| 453 |
+
"word_freq": 10,
|
| 454 |
+
"word_type": "n",
|
| 455 |
+
"pinyin": [
|
| 456 |
+
"máo",
|
| 457 |
+
"dǔ"
|
| 458 |
+
],
|
| 459 |
+
"initials": "m,d",
|
| 460 |
+
"finals": "ao2,u3"
|
| 461 |
+
},
|
| 462 |
+
{
|
| 463 |
+
"hotword": "满头大汗",
|
| 464 |
+
"word_freq": 10,
|
| 465 |
+
"word_type": "v",
|
| 466 |
+
"pinyin": [
|
| 467 |
+
"mǎn",
|
| 468 |
+
"tóu",
|
| 469 |
+
"dà",
|
| 470 |
+
"hàn"
|
| 471 |
+
],
|
| 472 |
+
"initials": "m,t,d,h",
|
| 473 |
+
"finals": "an3,ou2,a4,an4"
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"hotword": "难不倒",
|
| 477 |
+
"word_freq": 10,
|
| 478 |
+
"word_type": "v",
|
| 479 |
+
"pinyin": [
|
| 480 |
+
"nán",
|
| 481 |
+
"bù",
|
| 482 |
+
"dǎo"
|
| 483 |
+
],
|
| 484 |
+
"initials": "n,b,d",
|
| 485 |
+
"finals": "an2,u4,ao3"
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"hotword": "难得",
|
| 489 |
+
"word_freq": 10,
|
| 490 |
+
"word_type": "a",
|
| 491 |
+
"pinyin": [
|
| 492 |
+
"nán",
|
| 493 |
+
"dé"
|
| 494 |
+
],
|
| 495 |
+
"initials": "n,d",
|
| 496 |
+
"finals": "an2,e2"
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"hotword": "牛肚",
|
| 500 |
+
"word_freq": 10,
|
| 501 |
+
"word_type": "n",
|
| 502 |
+
"pinyin": [
|
| 503 |
+
"niú",
|
| 504 |
+
"dǔ"
|
| 505 |
+
],
|
| 506 |
+
"initials": "n,d",
|
| 507 |
+
"finals": "iu2,u3"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"hotword": "破尿酸",
|
| 511 |
+
"word_freq": 10,
|
| 512 |
+
"word_type": "n",
|
| 513 |
+
"pinyin": [
|
| 514 |
+
"pō",
|
| 515 |
+
"niào",
|
| 516 |
+
"suān"
|
| 517 |
+
],
|
| 518 |
+
"initials": "p,n,s",
|
| 519 |
+
"finals": "o1,iao4,uan1"
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"hotword": "切换",
|
| 523 |
+
"word_freq": 10,
|
| 524 |
+
"word_type": "v",
|
| 525 |
+
"pinyin": [
|
| 526 |
+
"qiē",
|
| 527 |
+
"huàn"
|
| 528 |
+
],
|
| 529 |
+
"initials": "q,h",
|
| 530 |
+
"finals": "ie1,uan4"
|
| 531 |
+
},
|
| 532 |
+
{
|
| 533 |
+
"hotword": "手工坊",
|
| 534 |
+
"word_freq": 10,
|
| 535 |
+
"word_type": "n",
|
| 536 |
+
"pinyin": [
|
| 537 |
+
"shǒu",
|
| 538 |
+
"gōng",
|
| 539 |
+
"fáng"
|
| 540 |
+
],
|
| 541 |
+
"initials": "sh,g,f",
|
| 542 |
+
"finals": "ou3,ong1,ang2"
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"hotword": "散发出",
|
| 546 |
+
"word_freq": 10,
|
| 547 |
+
"word_type": "v",
|
| 548 |
+
"pinyin": [
|
| 549 |
+
"sàn",
|
| 550 |
+
"fā",
|
| 551 |
+
"chū"
|
| 552 |
+
],
|
| 553 |
+
"initials": "s,f,ch",
|
| 554 |
+
"finals": "an4,a1,u1"
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"hotword": "舍得",
|
| 558 |
+
"word_freq": 10,
|
| 559 |
+
"word_type": "v",
|
| 560 |
+
"pinyin": [
|
| 561 |
+
"shě",
|
| 562 |
+
"de"
|
| 563 |
+
],
|
| 564 |
+
"initials": "sh,d",
|
| 565 |
+
"finals": "e3,e5"
|
| 566 |
+
},
|
| 567 |
+
{
|
| 568 |
+
"hotword": "数数",
|
| 569 |
+
"word_freq": 10,
|
| 570 |
+
"word_type": "v",
|
| 571 |
+
"pinyin": [
|
| 572 |
+
"shǔ",
|
| 573 |
+
"shù"
|
| 574 |
+
],
|
| 575 |
+
"initials": "sh,sh",
|
| 576 |
+
"finals": "u3,u4"
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"hotword": "速干",
|
| 580 |
+
"word_freq": 10,
|
| 581 |
+
"word_type": "v",
|
| 582 |
+
"pinyin": [
|
| 583 |
+
"sù",
|
| 584 |
+
"gān"
|
| 585 |
+
],
|
| 586 |
+
"initials": "s,g",
|
| 587 |
+
"finals": "u4,an1"
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"hotword": "为",
|
| 591 |
+
"word_freq": 100,
|
| 592 |
+
"word_type": "p",
|
| 593 |
+
"pinyin": [
|
| 594 |
+
"wèi"
|
| 595 |
+
],
|
| 596 |
+
"initials": "w",
|
| 597 |
+
"finals": "ei4"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"hotword": "微调",
|
| 601 |
+
"word_freq": 10,
|
| 602 |
+
"word_type": "v",
|
| 603 |
+
"pinyin": [
|
| 604 |
+
"wēi",
|
| 605 |
+
"tiáo"
|
| 606 |
+
],
|
| 607 |
+
"initials": "w,t",
|
| 608 |
+
"finals": "ei1,iao2"
|
| 609 |
+
},
|
| 610 |
+
{
|
| 611 |
+
"hotword": "先到先得",
|
| 612 |
+
"word_freq": 10,
|
| 613 |
+
"word_type": "v",
|
| 614 |
+
"pinyin": [
|
| 615 |
+
"xiān",
|
| 616 |
+
"dào",
|
| 617 |
+
"xiān",
|
| 618 |
+
"dé"
|
| 619 |
+
],
|
| 620 |
+
"initials": "x,d,x,d",
|
| 621 |
+
"finals": "ian1,ao4,ian1,e2"
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"hotword": "相框",
|
| 625 |
+
"word_freq": 10,
|
| 626 |
+
"word_type": "n",
|
| 627 |
+
"pinyin": [
|
| 628 |
+
"xiàng",
|
| 629 |
+
"kuāng"
|
| 630 |
+
],
|
| 631 |
+
"initials": "x,k",
|
| 632 |
+
"finals": "iang4,uang1"
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"hotword": "新鲜",
|
| 636 |
+
"word_freq": 10,
|
| 637 |
+
"word_type": "a",
|
| 638 |
+
"pinyin": [
|
| 639 |
+
"xīn",
|
| 640 |
+
"xiān"
|
| 641 |
+
],
|
| 642 |
+
"initials": "x,x",
|
| 643 |
+
"finals": "in1,ian1"
|
| 644 |
+
},
|
| 645 |
+
{
|
| 646 |
+
"hotword": "心头好",
|
| 647 |
+
"word_freq": 10,
|
| 648 |
+
"word_type": "n",
|
| 649 |
+
"pinyin": [
|
| 650 |
+
"xīn",
|
| 651 |
+
"tóu",
|
| 652 |
+
"hào"
|
| 653 |
+
],
|
| 654 |
+
"initials": "x,t,h",
|
| 655 |
+
"finals": "in1,ou2,ao4"
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"hotword": "星星",
|
| 659 |
+
"word_freq": 10,
|
| 660 |
+
"word_type": "n",
|
| 661 |
+
"pinyin": [
|
| 662 |
+
"xīng",
|
| 663 |
+
"xing"
|
| 664 |
+
],
|
| 665 |
+
"initials": "x,x",
|
| 666 |
+
"finals": "ing1,ing5"
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"hotword": "一地",
|
| 670 |
+
"word_freq": 10,
|
| 671 |
+
"word_type": "a",
|
| 672 |
+
"pinyin": [
|
| 673 |
+
"yí",
|
| 674 |
+
"dì"
|
| 675 |
+
],
|
| 676 |
+
"initials": "y,d",
|
| 677 |
+
"finals": "i2,i4"
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"hotword": "质朴",
|
| 681 |
+
"word_freq": 10,
|
| 682 |
+
"word_type": "a",
|
| 683 |
+
"pinyin": [
|
| 684 |
+
"zhì",
|
| 685 |
+
"pǔ"
|
| 686 |
+
],
|
| 687 |
+
"initials": "zh,p",
|
| 688 |
+
"finals": "i4,u3"
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"hotword": "钟乐",
|
| 692 |
+
"word_freq": 10,
|
| 693 |
+
"word_type": "n",
|
| 694 |
+
"pinyin": [
|
| 695 |
+
"zhōng",
|
| 696 |
+
"yuè"
|
| 697 |
+
],
|
| 698 |
+
"initials": "zh,y",
|
| 699 |
+
"finals": "ong1,ue4"
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"hotword": "猪肚",
|
| 703 |
+
"word_freq": 10,
|
| 704 |
+
"word_type": "n",
|
| 705 |
+
"pinyin": [
|
| 706 |
+
"zhū",
|
| 707 |
+
"dǔ"
|
| 708 |
+
],
|
| 709 |
+
"initials": "zh,d",
|
| 710 |
+
"finals": "u1,u3"
|
| 711 |
+
},
|
| 712 |
+
{
|
| 713 |
+
"hotword": "最长",
|
| 714 |
+
"word_freq": 10,
|
| 715 |
+
"word_type": "a",
|
| 716 |
+
"pinyin": [
|
| 717 |
+
"zuì",
|
| 718 |
+
"cháng"
|
| 719 |
+
],
|
| 720 |
+
"initials": "z,ch",
|
| 721 |
+
"finals": "ui4,ang2"
|
| 722 |
+
}
|
| 723 |
+
|
| 724 |
+
]
|
common/text_processing_jsons/phrases_dict.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78109d2052f4ff0f040cefd33f2eca98c4b9789989704d61943d9f8f58ef6839
|
| 3 |
+
size 2834832
|
common/text_processing_jsons/pinyin_dict.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b36cbbe6ca4ddfafe1263085e3635dea12f7df3ebeab589a09aad356e50e300d
|
| 3 |
+
size 1117037
|
common/text_processing_jsons/pinyin_to_symbol_map.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95154cd287cc118965f417cda38fddcc27cf946710fa3152b020596f71fc1eaa
|
| 3 |
+
size 5809
|
common/text_processing_jsons/prob_emit.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:078bd0b5d66162d1379381a6a61c04bf2bff20bf2c46d0742eeadd87f9712933
|
| 3 |
+
size 1701802
|
common/text_processing_jsons/prob_start.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3466972713ee72d4e73be0a9670d01de2e81a8105bf2ad0540df0aac6155d4ba
|
| 3 |
+
size 5292
|
common/text_processing_jsons/prob_trans.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f91bdaec1916e0f0a5ada5aaec1c8a86fe496729a2a811df8b4086fea540e17
|
| 3 |
+
size 112039
|
common/text_processing_jsons/tokenizer.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
common/text_processing_jsons/word_freq.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20d16e26414d771a084878a32f5f71dae91544b70e04852a7f4a4b8899f91f08
|
| 3 |
+
size 10251325
|
common/text_processing_jsons/word_tag.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d62e0afeff7d003d9ef1f8feced9f6e3b82ef55ee915fad70f682d5354c4536d
|
| 3 |
+
size 9111009
|
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "bertvits",
|
| 3 |
+
"model_path": "tts_generator_w_bert_chenxi_0310_int8.mnn",
|
| 4 |
+
"asset_folder": "./",
|
| 5 |
+
"sample_rate": 44100,
|
| 6 |
+
"cache_folder": "."
|
| 7 |
+
}
|
configuration.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"framework":"other","task":"text-to-speech"}
|
tokenizer.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tts_generator_w_bert_chenxi_0310_int8.mnn
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3ce2b933e27c80843e229ee590bd33880ed732782e7dbb16f3d25861fc7dc80
|
| 3 |
+
size 50457744
|