Spaces:
Sleeping
Sleeping
Commit
•
778a50b
0
Parent(s):
Duplicate from kevinwang676/Personal-TTS
Browse filesCo-authored-by: Kevin Wang <[email protected]>
This view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +65 -0
- README.md +14 -0
- app.py +160 -0
- jay/pretrain_work_dir/data/Script.xml +1941 -0
- jay/pretrain_work_dir/data/am_train.lst +31 -0
- jay/pretrain_work_dir/data/am_valid.lst +1 -0
- jay/pretrain_work_dir/data/audio_config.yaml +6 -0
- jay/pretrain_work_dir/data/badlist.txt +1 -0
- jay/pretrain_work_dir/data/duration/test_0_0.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_1.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_10.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_11.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_12.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_13.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_14.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_15.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_16.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_17.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_18.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_19.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_2.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_20.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_21.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_22.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_23.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_24.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_25.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_26.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_27.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_28.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_29.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_3.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_31.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_32.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_33.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_4.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_5.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_6.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_8.npy +3 -0
- jay/pretrain_work_dir/data/duration/test_0_9.npy +3 -0
- jay/pretrain_work_dir/data/energy/energy_mean.txt +1 -0
- jay/pretrain_work_dir/data/energy/energy_std.txt +1 -0
- jay/pretrain_work_dir/data/energy/test_0_0.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_1.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_10.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_11.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_12.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_13.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_14.npy +3 -0
- jay/pretrain_work_dir/data/energy/test_0_15.npy +3 -0
.gitattributes
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
36 |
+
pretrain_work_dir/orig_model/description/notebook_steps/autolabel_done.jpg filter=lfs diff=lfs merge=lfs -text
|
37 |
+
pretrain_work_dir/orig_model/description/notebook_steps/build_trainer.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
pretrain_work_dir/orig_model/description/notebook_steps/fetch_nltk_data.jpg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
pretrain_work_dir/orig_model/description/notebook_steps/inference_play.jpg filter=lfs diff=lfs merge=lfs -text
|
40 |
+
pretrain_work_dir/orig_model/description/notebook_steps/inference.jpg filter=lfs diff=lfs merge=lfs -text
|
41 |
+
pretrain_work_dir/orig_model/description/notebook_steps/training.jpg filter=lfs diff=lfs merge=lfs -text
|
42 |
+
pretrain_work_dir/orig_model/description/notebook_steps/upload_wavs.jpg filter=lfs diff=lfs merge=lfs -text
|
43 |
+
pretrain_work_dir/orig_model/resource/jprsc/sys.dic filter=lfs diff=lfs merge=lfs -text
|
44 |
+
pretrain_work_dir/orig_model/resource/ws_chhk/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
45 |
+
pretrain_work_dir/orig_model/resource/ws_chsh/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
46 |
+
pretrain_work_dir/orig_model/resource/ws_hk/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
47 |
+
pretrain_work_dir/orig_model/resource/ws_zhsc/crf_model filter=lfs diff=lfs merge=lfs -text
|
48 |
+
pretrain_work_dir/orig_model/resource/ws_zhsc/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
49 |
+
pretrain_work_dir/orig_model/resource/ws/crf_model filter=lfs diff=lfs merge=lfs -text
|
50 |
+
pretrain_work_dir/orig_model/resource/ws/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
51 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/autolabel_done.jpg filter=lfs diff=lfs merge=lfs -text
|
52 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/build_trainer.jpg filter=lfs diff=lfs merge=lfs -text
|
53 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/fetch_nltk_data.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/inference_play.jpg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/inference.jpg filter=lfs diff=lfs merge=lfs -text
|
56 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/training.jpg filter=lfs diff=lfs merge=lfs -text
|
57 |
+
jay/pretrain_work_dir/orig_model/description/notebook_steps/upload_wavs.jpg filter=lfs diff=lfs merge=lfs -text
|
58 |
+
jay/pretrain_work_dir/orig_model/resource/jprsc/sys.dic filter=lfs diff=lfs merge=lfs -text
|
59 |
+
jay/pretrain_work_dir/orig_model/resource/ws_chhk/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
60 |
+
jay/pretrain_work_dir/orig_model/resource/ws_chsh/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
61 |
+
jay/pretrain_work_dir/orig_model/resource/ws_hk/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
62 |
+
jay/pretrain_work_dir/orig_model/resource/ws_zhsc/crf_model filter=lfs diff=lfs merge=lfs -text
|
63 |
+
jay/pretrain_work_dir/orig_model/resource/ws_zhsc/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
64 |
+
jay/pretrain_work_dir/orig_model/resource/ws/crf_model filter=lfs diff=lfs merge=lfs -text
|
65 |
+
jay/pretrain_work_dir/orig_model/resource/ws/xiaoyan.dict filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Personal TTS
|
3 |
+
emoji: 🐨
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.36.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
duplicated_from: kevinwang676/Personal-TTS
|
12 |
+
---
|
13 |
+
|
14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
ADDED
@@ -0,0 +1,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
import gradio as gr
|
3 |
+
import random
|
4 |
+
|
5 |
+
os.system("pip install --upgrade Cython==0.29.35")
|
6 |
+
os.system("pip install pysptk --no-build-isolation")
|
7 |
+
os.system("pip install kantts -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html")
|
8 |
+
os.system("pip install librosa==0.9.2")
|
9 |
+
os.system("pip install numpy==1.22.0")
|
10 |
+
|
11 |
+
from modelscope.models.audio.tts import SambertHifigan
|
12 |
+
from modelscope.pipelines import pipeline
|
13 |
+
from modelscope.utils.constant import Tasks
|
14 |
+
|
15 |
+
from voicefixer import VoiceFixer
|
16 |
+
voicefixer = VoiceFixer()
|
17 |
+
|
18 |
+
# model_0
|
19 |
+
|
20 |
+
model_dir = os.path.abspath("./pretrain_work_dir")
|
21 |
+
|
22 |
+
custom_infer_abs = {
|
23 |
+
'voice_name':
|
24 |
+
'F7',
|
25 |
+
'am_ckpt':
|
26 |
+
os.path.join(model_dir, 'tmp_am', 'ckpt'),
|
27 |
+
'am_config':
|
28 |
+
os.path.join(model_dir, 'tmp_am', 'config.yaml'),
|
29 |
+
'voc_ckpt':
|
30 |
+
os.path.join(model_dir, 'orig_model', 'basemodel_16k', 'hifigan', 'ckpt'),
|
31 |
+
'voc_config':
|
32 |
+
os.path.join(model_dir, 'orig_model', 'basemodel_16k', 'hifigan',
|
33 |
+
'config.yaml'),
|
34 |
+
'audio_config':
|
35 |
+
os.path.join(model_dir, 'data', 'audio_config.yaml'),
|
36 |
+
'se_file':
|
37 |
+
os.path.join(model_dir, 'data', 'se', 'se.npy')
|
38 |
+
}
|
39 |
+
kwargs = {'custom_ckpt': custom_infer_abs}
|
40 |
+
|
41 |
+
model_id = SambertHifigan(os.path.join(model_dir, "orig_model"), **kwargs)
|
42 |
+
|
43 |
+
inference = pipeline(task=Tasks.text_to_speech, model=model_id)
|
44 |
+
|
45 |
+
# model_1
|
46 |
+
|
47 |
+
model_dir1 = os.path.abspath("./jay/pretrain_work_dir")
|
48 |
+
|
49 |
+
custom_infer_abs1 = {
|
50 |
+
'voice_name':
|
51 |
+
'F7',
|
52 |
+
'am_ckpt':
|
53 |
+
os.path.join(model_dir1, 'tmp_am', 'ckpt'),
|
54 |
+
'am_config':
|
55 |
+
os.path.join(model_dir1, 'tmp_am', 'config.yaml'),
|
56 |
+
'voc_ckpt':
|
57 |
+
os.path.join(model_dir1, 'orig_model', 'basemodel_16k', 'hifigan', 'ckpt'),
|
58 |
+
'voc_config':
|
59 |
+
os.path.join(model_dir1, 'orig_model', 'basemodel_16k', 'hifigan',
|
60 |
+
'config.yaml'),
|
61 |
+
'audio_config':
|
62 |
+
os.path.join(model_dir1, 'data', 'audio_config.yaml'),
|
63 |
+
'se_file':
|
64 |
+
os.path.join(model_dir1, 'data', 'se', 'se.npy')
|
65 |
+
}
|
66 |
+
kwargs1 = {'custom_ckpt': custom_infer_abs1}
|
67 |
+
|
68 |
+
model_id1 = SambertHifigan(os.path.join(model_dir1, "orig_model"), **kwargs1)
|
69 |
+
|
70 |
+
inference1 = pipeline(task=Tasks.text_to_speech, model=model_id1)
|
71 |
+
|
72 |
+
|
73 |
+
# functions
|
74 |
+
|
75 |
+
def infer(text):
|
76 |
+
output = inference(input=text)
|
77 |
+
filename = str(random.randint(1, 1000000000000))
|
78 |
+
|
79 |
+
with open(filename + "myfile.wav", mode='bx') as f:
|
80 |
+
f.write(output["output_wav"])
|
81 |
+
return filename + "myfile.wav"
|
82 |
+
|
83 |
+
def infer1(text):
|
84 |
+
output = inference1(input=text)
|
85 |
+
filename = str(random.randint(1, 1000000000000))
|
86 |
+
|
87 |
+
with open(filename + "file.wav", mode='bx') as f:
|
88 |
+
f.write(output["output_wav"])
|
89 |
+
return filename + "file.wav"
|
90 |
+
|
91 |
+
# upsample
|
92 |
+
|
93 |
+
import numpy as np
|
94 |
+
import torch
|
95 |
+
from hifi_gan_bwe import BandwidthExtender
|
96 |
+
from scipy.io.wavfile import write
|
97 |
+
|
98 |
+
MAX_LENGTH = 600.0
|
99 |
+
|
100 |
+
model = BandwidthExtender.from_pretrained("hifi-gan-bwe-10-42890e3-vctk-48kHz")
|
101 |
+
|
102 |
+
def extend(audio):
|
103 |
+
fs, x = audio
|
104 |
+
x = x[:int(MAX_LENGTH * fs)]
|
105 |
+
x = x.astype(np.float32) / 32767.0
|
106 |
+
if len(x.shape) == 1:
|
107 |
+
x = x[:, np.newaxis]
|
108 |
+
|
109 |
+
with torch.no_grad():
|
110 |
+
y = np.stack([model(torch.from_numpy(x), fs) for x in x.T]).T
|
111 |
+
y = (y * 32767.0).astype(np.int16)
|
112 |
+
fs = int(model.sample_rate)
|
113 |
+
write("upsample.wav", fs, y)
|
114 |
+
|
115 |
+
return "upsample.wav"
|
116 |
+
|
117 |
+
# denoise
|
118 |
+
|
119 |
+
def inference_denoise(audio):
|
120 |
+
voicefixer.restore(input=audio, # input wav file path
|
121 |
+
output="output.wav", # output wav file path
|
122 |
+
cuda=False, # whether to use gpu acceleration
|
123 |
+
mode = int(0)) # You can try out mode 0, 1 to find out the best result
|
124 |
+
return 'output.wav'
|
125 |
+
|
126 |
+
|
127 |
+
app = gr.Blocks()
|
128 |
+
|
129 |
+
with app:
|
130 |
+
gr.Markdown("# <center>🥳🎶🎡 - KanTTS中文声音克隆</center>")
|
131 |
+
gr.Markdown("## <center>🌊 - 更多精彩应用,敬请关注[滔滔AI](http://www.talktalkai.com);滔滔AI,为爱滔滔!💕</center>")
|
132 |
+
|
133 |
+
with gr.Row():
|
134 |
+
with gr.Column():
|
135 |
+
inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
|
136 |
+
with gr.Row():
|
137 |
+
btn = gr.Button("使用AI娜娜的声音", variant="primary")
|
138 |
+
btn1 = gr.Button("使用AI小杰的声音", variant="primary")
|
139 |
+
with gr.Column():
|
140 |
+
with gr.Row():
|
141 |
+
out = gr.Audio(label="为您生成的专属音频")
|
142 |
+
out1 = gr.Audio(label="更高采样率的专属音频", type="filepath")
|
143 |
+
out2 = gr.Audio(label="降噪后的高采样率音频", type="filepath")
|
144 |
+
with gr.Row():
|
145 |
+
btn2 = gr.Button("一键提高采样率")
|
146 |
+
btn3 = gr.Button("一键降噪")
|
147 |
+
|
148 |
+
btn.click(fn=infer, inputs=[inp], outputs=[out])
|
149 |
+
btn1.click(fn=infer1, inputs=[inp], outputs=[out])
|
150 |
+
btn2.click(fn=extend, inputs=[out], outputs=[out1])
|
151 |
+
btn3.click(fn=inference_denoise, inputs=[out1], outputs=[out2])
|
152 |
+
|
153 |
+
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵��的内容,此程序仅供科研、学习及个人娱乐使用。</center>")
|
154 |
+
gr.HTML('''
|
155 |
+
<div class="footer">
|
156 |
+
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|
157 |
+
</p>
|
158 |
+
</div>
|
159 |
+
''')
|
160 |
+
app.launch(show_error=True)
|
jay/pretrain_work_dir/data/Script.xml
ADDED
@@ -0,0 +1,1941 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
2 |
+
<script xmlns="http://schemas.alibaba-inc.com/tts" uttcount="33">
|
3 |
+
<utterance id="test_0_23">
|
4 |
+
<text>这这个是我一直在跟这些小朋友讲了讲的</text>
|
5 |
+
<spoken wordcount="9">
|
6 |
+
<text>这 这个 是我 一直 在跟 这些 小朋友 讲了 讲的 #4</text>
|
7 |
+
<word>
|
8 |
+
<name>这</name>
|
9 |
+
<lang>PinYin</lang>
|
10 |
+
<syllable syllcount="1">
|
11 |
+
<phone>zh_c e_c</phone>
|
12 |
+
<tone>4</tone>
|
13 |
+
</syllable>
|
14 |
+
<break>1</break>
|
15 |
+
<POS>0</POS>
|
16 |
+
</word>
|
17 |
+
<word>
|
18 |
+
<name>这个</name>
|
19 |
+
<lang>PinYin</lang>
|
20 |
+
<syllable syllcount="2">
|
21 |
+
<phone>zh_c e_c - g_c e_c</phone>
|
22 |
+
<tone>45</tone>
|
23 |
+
</syllable>
|
24 |
+
<break>1</break>
|
25 |
+
<POS>0</POS>
|
26 |
+
</word>
|
27 |
+
<word>
|
28 |
+
<name>是我</name>
|
29 |
+
<lang>PinYin</lang>
|
30 |
+
<syllable syllcount="2">
|
31 |
+
<phone>sh_c ih_c - w_c o_c</phone>
|
32 |
+
<tone>43</tone>
|
33 |
+
</syllable>
|
34 |
+
<break>1</break>
|
35 |
+
<POS>0</POS>
|
36 |
+
</word>
|
37 |
+
<word>
|
38 |
+
<name>一直</name>
|
39 |
+
<lang>PinYin</lang>
|
40 |
+
<syllable syllcount="2">
|
41 |
+
<phone>y_c i_c - zh_c ih_c</phone>
|
42 |
+
<tone>42</tone>
|
43 |
+
</syllable>
|
44 |
+
<break>1</break>
|
45 |
+
<POS>0</POS>
|
46 |
+
</word>
|
47 |
+
<word>
|
48 |
+
<name>在跟</name>
|
49 |
+
<lang>PinYin</lang>
|
50 |
+
<syllable syllcount="2">
|
51 |
+
<phone>z_c ai_c - g_c en_c</phone>
|
52 |
+
<tone>41</tone>
|
53 |
+
</syllable>
|
54 |
+
<break>1</break>
|
55 |
+
<POS>0</POS>
|
56 |
+
</word>
|
57 |
+
<word>
|
58 |
+
<name>这些</name>
|
59 |
+
<lang>PinYin</lang>
|
60 |
+
<syllable syllcount="2">
|
61 |
+
<phone>zh_c e_c - xx_c ie_c</phone>
|
62 |
+
<tone>41</tone>
|
63 |
+
</syllable>
|
64 |
+
<break>1</break>
|
65 |
+
<POS>0</POS>
|
66 |
+
</word>
|
67 |
+
<word>
|
68 |
+
<name>小朋友</name>
|
69 |
+
<lang>PinYin</lang>
|
70 |
+
<syllable syllcount="3">
|
71 |
+
<phone>xx_c iao_c - p_c eng_c - y_c ou_c</phone>
|
72 |
+
<tone>322</tone>
|
73 |
+
</syllable>
|
74 |
+
<break>1</break>
|
75 |
+
<POS>0</POS>
|
76 |
+
</word>
|
77 |
+
<word>
|
78 |
+
<name>讲了</name>
|
79 |
+
<lang>PinYin</lang>
|
80 |
+
<syllable syllcount="2">
|
81 |
+
<phone>j_c iang_c - l_c e_c</phone>
|
82 |
+
<tone>35</tone>
|
83 |
+
</syllable>
|
84 |
+
<break>1</break>
|
85 |
+
<POS>0</POS>
|
86 |
+
</word>
|
87 |
+
<word>
|
88 |
+
<name>讲的</name>
|
89 |
+
<lang>PinYin</lang>
|
90 |
+
<syllable syllcount="2">
|
91 |
+
<phone>j_c iang_c - d_c e_c</phone>
|
92 |
+
<tone>35</tone>
|
93 |
+
</syllable>
|
94 |
+
<break>4</break>
|
95 |
+
<POS>0</POS>
|
96 |
+
</word>
|
97 |
+
</spoken>
|
98 |
+
</utterance>
|
99 |
+
<utterance id="test_0_1">
|
100 |
+
<text>所以他很希望我可以考</text>
|
101 |
+
<spoken wordcount="6">
|
102 |
+
<text>所以 他很 希望 我 可以 考 #4</text>
|
103 |
+
<word>
|
104 |
+
<name>所以</name>
|
105 |
+
<lang>PinYin</lang>
|
106 |
+
<syllable syllcount="2">
|
107 |
+
<phone>s_c uo_c - y_c i_c</phone>
|
108 |
+
<tone>23</tone>
|
109 |
+
</syllable>
|
110 |
+
<break>1</break>
|
111 |
+
<POS>0</POS>
|
112 |
+
</word>
|
113 |
+
<word>
|
114 |
+
<name>他很</name>
|
115 |
+
<lang>PinYin</lang>
|
116 |
+
<syllable syllcount="2">
|
117 |
+
<phone>t_c a_c - h_c en_c</phone>
|
118 |
+
<tone>13</tone>
|
119 |
+
</syllable>
|
120 |
+
<break>1</break>
|
121 |
+
<POS>0</POS>
|
122 |
+
</word>
|
123 |
+
<word>
|
124 |
+
<name>希望</name>
|
125 |
+
<lang>PinYin</lang>
|
126 |
+
<syllable syllcount="2">
|
127 |
+
<phone>xx_c i_c - w_c ang_c</phone>
|
128 |
+
<tone>14</tone>
|
129 |
+
</syllable>
|
130 |
+
<break>1</break>
|
131 |
+
<POS>0</POS>
|
132 |
+
</word>
|
133 |
+
<word>
|
134 |
+
<name>我</name>
|
135 |
+
<lang>PinYin</lang>
|
136 |
+
<syllable syllcount="1">
|
137 |
+
<phone>w_c o_c</phone>
|
138 |
+
<tone>3</tone>
|
139 |
+
</syllable>
|
140 |
+
<break>1</break>
|
141 |
+
<POS>0</POS>
|
142 |
+
</word>
|
143 |
+
<word>
|
144 |
+
<name>可以</name>
|
145 |
+
<lang>PinYin</lang>
|
146 |
+
<syllable syllcount="2">
|
147 |
+
<phone>k_c e_c - y_c i_c</phone>
|
148 |
+
<tone>22</tone>
|
149 |
+
</syllable>
|
150 |
+
<break>1</break>
|
151 |
+
<POS>0</POS>
|
152 |
+
</word>
|
153 |
+
<word>
|
154 |
+
<name>考</name>
|
155 |
+
<lang>PinYin</lang>
|
156 |
+
<syllable syllcount="1">
|
157 |
+
<phone>k_c ao_c</phone>
|
158 |
+
<tone>3</tone>
|
159 |
+
</syllable>
|
160 |
+
<break>4</break>
|
161 |
+
<POS>0</POS>
|
162 |
+
</word>
|
163 |
+
</spoken>
|
164 |
+
</utterance>
|
165 |
+
<utterance id="test_0_28">
|
166 |
+
<text>就很好胜的人我觉</text>
|
167 |
+
<spoken wordcount="4">
|
168 |
+
<text>就 #3 很好胜的 人 我觉 #4</text>
|
169 |
+
<word>
|
170 |
+
<name>就</name>
|
171 |
+
<lang>PinYin</lang>
|
172 |
+
<syllable syllcount="1">
|
173 |
+
<phone>j_c iou_c</phone>
|
174 |
+
<tone>4</tone>
|
175 |
+
</syllable>
|
176 |
+
<break>3</break>
|
177 |
+
<POS>0</POS>
|
178 |
+
</word>
|
179 |
+
<word>
|
180 |
+
<name>很好胜的</name>
|
181 |
+
<lang>PinYin</lang>
|
182 |
+
<syllable syllcount="4">
|
183 |
+
<phone>h_c en_c - h_c ao_c - sh_c eng_c - d_c e_c</phone>
|
184 |
+
<tone>3445</tone>
|
185 |
+
</syllable>
|
186 |
+
<break>1</break>
|
187 |
+
<POS>0</POS>
|
188 |
+
</word>
|
189 |
+
<word>
|
190 |
+
<name>人</name>
|
191 |
+
<lang>PinYin</lang>
|
192 |
+
<syllable syllcount="1">
|
193 |
+
<phone>r_c en_c</phone>
|
194 |
+
<tone>2</tone>
|
195 |
+
</syllable>
|
196 |
+
<break>1</break>
|
197 |
+
<POS>0</POS>
|
198 |
+
</word>
|
199 |
+
<word>
|
200 |
+
<name>我觉</name>
|
201 |
+
<lang>PinYin</lang>
|
202 |
+
<syllable syllcount="2">
|
203 |
+
<phone>w_c o_c - j_c ve_c</phone>
|
204 |
+
<tone>32</tone>
|
205 |
+
</syllable>
|
206 |
+
<break>4</break>
|
207 |
+
<POS>0</POS>
|
208 |
+
</word>
|
209 |
+
</spoken>
|
210 |
+
</utterance>
|
211 |
+
<utterance id="test_0_16">
|
212 |
+
<text>现在现在怎么拍不能说的秘密对吧</text>
|
213 |
+
<spoken wordcount="7">
|
214 |
+
<text>现在 现在 怎么拍 不能 说的 秘密 对吧 #4</text>
|
215 |
+
<word>
|
216 |
+
<name>现在</name>
|
217 |
+
<lang>PinYin</lang>
|
218 |
+
<syllable syllcount="2">
|
219 |
+
<phone>xx_c ian_c - z_c ai_c</phone>
|
220 |
+
<tone>44</tone>
|
221 |
+
</syllable>
|
222 |
+
<break>1</break>
|
223 |
+
<POS>0</POS>
|
224 |
+
</word>
|
225 |
+
<word>
|
226 |
+
<name>现在</name>
|
227 |
+
<lang>PinYin</lang>
|
228 |
+
<syllable syllcount="2">
|
229 |
+
<phone>xx_c ian_c - z_c ai_c</phone>
|
230 |
+
<tone>44</tone>
|
231 |
+
</syllable>
|
232 |
+
<break>1</break>
|
233 |
+
<POS>0</POS>
|
234 |
+
</word>
|
235 |
+
<word>
|
236 |
+
<name>怎么拍</name>
|
237 |
+
<lang>PinYin</lang>
|
238 |
+
<syllable syllcount="3">
|
239 |
+
<phone>z_c en_c - m_c e_c - p_c ai_c</phone>
|
240 |
+
<tone>351</tone>
|
241 |
+
</syllable>
|
242 |
+
<break>1</break>
|
243 |
+
<POS>0</POS>
|
244 |
+
</word>
|
245 |
+
<word>
|
246 |
+
<name>不能</name>
|
247 |
+
<lang>PinYin</lang>
|
248 |
+
<syllable syllcount="2">
|
249 |
+
<phone>b_c u_c - n_c eng_c</phone>
|
250 |
+
<tone>42</tone>
|
251 |
+
</syllable>
|
252 |
+
<break>1</break>
|
253 |
+
<POS>0</POS>
|
254 |
+
</word>
|
255 |
+
<word>
|
256 |
+
<name>说的</name>
|
257 |
+
<lang>PinYin</lang>
|
258 |
+
<syllable syllcount="2">
|
259 |
+
<phone>sh_c uo_c - d_c e_c</phone>
|
260 |
+
<tone>15</tone>
|
261 |
+
</syllable>
|
262 |
+
<break>1</break>
|
263 |
+
<POS>0</POS>
|
264 |
+
</word>
|
265 |
+
<word>
|
266 |
+
<name>秘密</name>
|
267 |
+
<lang>PinYin</lang>
|
268 |
+
<syllable syllcount="2">
|
269 |
+
<phone>m_c i_c - m_c i_c</phone>
|
270 |
+
<tone>44</tone>
|
271 |
+
</syllable>
|
272 |
+
<break>1</break>
|
273 |
+
<POS>0</POS>
|
274 |
+
</word>
|
275 |
+
<word>
|
276 |
+
<name>对吧</name>
|
277 |
+
<lang>PinYin</lang>
|
278 |
+
<syllable syllcount="2">
|
279 |
+
<phone>d_c uei_c - b_c a_c</phone>
|
280 |
+
<tone>45</tone>
|
281 |
+
</syllable>
|
282 |
+
<break>4</break>
|
283 |
+
<POS>0</POS>
|
284 |
+
</word>
|
285 |
+
</spoken>
|
286 |
+
</utterance>
|
287 |
+
<utterance id="test_0_24">
|
288 |
+
<text>到学生的阶段业绩</text>
|
289 |
+
<spoken wordcount="4">
|
290 |
+
<text>到 学生的 阶段 业绩 #4</text>
|
291 |
+
<word>
|
292 |
+
<name>到</name>
|
293 |
+
<lang>PinYin</lang>
|
294 |
+
<syllable syllcount="1">
|
295 |
+
<phone>d_c ao_c</phone>
|
296 |
+
<tone>4</tone>
|
297 |
+
</syllable>
|
298 |
+
<break>1</break>
|
299 |
+
<POS>0</POS>
|
300 |
+
</word>
|
301 |
+
<word>
|
302 |
+
<name>学生的</name>
|
303 |
+
<lang>PinYin</lang>
|
304 |
+
<syllable syllcount="3">
|
305 |
+
<phone>xx_c ve_c - sh_c eng_c - d_c e_c</phone>
|
306 |
+
<tone>215</tone>
|
307 |
+
</syllable>
|
308 |
+
<break>1</break>
|
309 |
+
<POS>0</POS>
|
310 |
+
</word>
|
311 |
+
<word>
|
312 |
+
<name>阶段</name>
|
313 |
+
<lang>PinYin</lang>
|
314 |
+
<syllable syllcount="2">
|
315 |
+
<phone>j_c ie_c - d_c uan_c</phone>
|
316 |
+
<tone>14</tone>
|
317 |
+
</syllable>
|
318 |
+
<break>1</break>
|
319 |
+
<POS>0</POS>
|
320 |
+
</word>
|
321 |
+
<word>
|
322 |
+
<name>业绩</name>
|
323 |
+
<lang>PinYin</lang>
|
324 |
+
<syllable syllcount="2">
|
325 |
+
<phone>y_c e_c - j_c i_c</phone>
|
326 |
+
<tone>44</tone>
|
327 |
+
</syllable>
|
328 |
+
<break>4</break>
|
329 |
+
<POS>0</POS>
|
330 |
+
</word>
|
331 |
+
</spoken>
|
332 |
+
</utterance>
|
333 |
+
<utterance id="test_0_11">
|
334 |
+
<text>我的关在那边</text>
|
335 |
+
<spoken wordcount="4">
|
336 |
+
<text>我的 关在 那 #3 边 #4</text>
|
337 |
+
<word>
|
338 |
+
<name>我的</name>
|
339 |
+
<lang>PinYin</lang>
|
340 |
+
<syllable syllcount="2">
|
341 |
+
<phone>w_c o_c - d_c e_c</phone>
|
342 |
+
<tone>35</tone>
|
343 |
+
</syllable>
|
344 |
+
<break>1</break>
|
345 |
+
<POS>0</POS>
|
346 |
+
</word>
|
347 |
+
<word>
|
348 |
+
<name>关在</name>
|
349 |
+
<lang>PinYin</lang>
|
350 |
+
<syllable syllcount="2">
|
351 |
+
<phone>g_c uan_c - z_c ai_c</phone>
|
352 |
+
<tone>14</tone>
|
353 |
+
</syllable>
|
354 |
+
<break>1</break>
|
355 |
+
<POS>0</POS>
|
356 |
+
</word>
|
357 |
+
<word>
|
358 |
+
<name>那</name>
|
359 |
+
<lang>PinYin</lang>
|
360 |
+
<syllable syllcount="1">
|
361 |
+
<phone>n_c a_c</phone>
|
362 |
+
<tone>4</tone>
|
363 |
+
</syllable>
|
364 |
+
<break>3</break>
|
365 |
+
<POS>0</POS>
|
366 |
+
</word>
|
367 |
+
<word>
|
368 |
+
<name>边</name>
|
369 |
+
<lang>PinYin</lang>
|
370 |
+
<syllable syllcount="1">
|
371 |
+
<phone>b_c ian_c</phone>
|
372 |
+
<tone>1</tone>
|
373 |
+
</syllable>
|
374 |
+
<break>4</break>
|
375 |
+
<POS>0</POS>
|
376 |
+
</word>
|
377 |
+
</spoken>
|
378 |
+
</utterance>
|
379 |
+
<utterance id="test_0_19">
|
380 |
+
<text>是有自发性的也喜</text>
|
381 |
+
<spoken wordcount="3">
|
382 |
+
<text>是有 自发性的 也喜 #4</text>
|
383 |
+
<word>
|
384 |
+
<name>是有</name>
|
385 |
+
<lang>PinYin</lang>
|
386 |
+
<syllable syllcount="2">
|
387 |
+
<phone>sh_c ih_c - y_c ou_c</phone>
|
388 |
+
<tone>43</tone>
|
389 |
+
</syllable>
|
390 |
+
<break>1</break>
|
391 |
+
<POS>0</POS>
|
392 |
+
</word>
|
393 |
+
<word>
|
394 |
+
<name>自发性的</name>
|
395 |
+
<lang>PinYin</lang>
|
396 |
+
<syllable syllcount="4">
|
397 |
+
<phone>z_c ii_c - f_c a_c - xx_c ing_c - d_c e_c</phone>
|
398 |
+
<tone>4145</tone>
|
399 |
+
</syllable>
|
400 |
+
<break>1</break>
|
401 |
+
<POS>0</POS>
|
402 |
+
</word>
|
403 |
+
<word>
|
404 |
+
<name>也喜</name>
|
405 |
+
<lang>PinYin</lang>
|
406 |
+
<syllable syllcount="2">
|
407 |
+
<phone>y_c e_c - xx_c i_c</phone>
|
408 |
+
<tone>23</tone>
|
409 |
+
</syllable>
|
410 |
+
<break>4</break>
|
411 |
+
<POS>0</POS>
|
412 |
+
</word>
|
413 |
+
</spoken>
|
414 |
+
</utterance>
|
415 |
+
<utterance id="test_0_9">
|
416 |
+
<text>都是我未来成功的一些关键你</text>
|
417 |
+
<spoken wordcount="7">
|
418 |
+
<text>都是 我 未来 成功的 一些 关键 你 #4</text>
|
419 |
+
<word>
|
420 |
+
<name>都是</name>
|
421 |
+
<lang>PinYin</lang>
|
422 |
+
<syllable syllcount="2">
|
423 |
+
<phone>d_c ou_c - sh_c ih_c</phone>
|
424 |
+
<tone>14</tone>
|
425 |
+
</syllable>
|
426 |
+
<break>1</break>
|
427 |
+
<POS>0</POS>
|
428 |
+
</word>
|
429 |
+
<word>
|
430 |
+
<name>我</name>
|
431 |
+
<lang>PinYin</lang>
|
432 |
+
<syllable syllcount="1">
|
433 |
+
<phone>w_c o_c</phone>
|
434 |
+
<tone>3</tone>
|
435 |
+
</syllable>
|
436 |
+
<break>1</break>
|
437 |
+
<POS>0</POS>
|
438 |
+
</word>
|
439 |
+
<word>
|
440 |
+
<name>未来</name>
|
441 |
+
<lang>PinYin</lang>
|
442 |
+
<syllable syllcount="2">
|
443 |
+
<phone>w_c ei_c - l_c ai_c</phone>
|
444 |
+
<tone>42</tone>
|
445 |
+
</syllable>
|
446 |
+
<break>1</break>
|
447 |
+
<POS>0</POS>
|
448 |
+
</word>
|
449 |
+
<word>
|
450 |
+
<name>成功的</name>
|
451 |
+
<lang>PinYin</lang>
|
452 |
+
<syllable syllcount="3">
|
453 |
+
<phone>ch_c eng_c - g_c ong_c - d_c e_c</phone>
|
454 |
+
<tone>215</tone>
|
455 |
+
</syllable>
|
456 |
+
<break>1</break>
|
457 |
+
<POS>0</POS>
|
458 |
+
</word>
|
459 |
+
<word>
|
460 |
+
<name>一些</name>
|
461 |
+
<lang>PinYin</lang>
|
462 |
+
<syllable syllcount="2">
|
463 |
+
<phone>y_c i_c - xx_c ie_c</phone>
|
464 |
+
<tone>41</tone>
|
465 |
+
</syllable>
|
466 |
+
<break>1</break>
|
467 |
+
<POS>0</POS>
|
468 |
+
</word>
|
469 |
+
<word>
|
470 |
+
<name>关键</name>
|
471 |
+
<lang>PinYin</lang>
|
472 |
+
<syllable syllcount="2">
|
473 |
+
<phone>g_c uan_c - j_c ian_c</phone>
|
474 |
+
<tone>14</tone>
|
475 |
+
</syllable>
|
476 |
+
<break>1</break>
|
477 |
+
<POS>0</POS>
|
478 |
+
</word>
|
479 |
+
<word>
|
480 |
+
<name>你</name>
|
481 |
+
<lang>PinYin</lang>
|
482 |
+
<syllable syllcount="1">
|
483 |
+
<phone>n_c i_c</phone>
|
484 |
+
<tone>3</tone>
|
485 |
+
</syllable>
|
486 |
+
<break>4</break>
|
487 |
+
<POS>0</POS>
|
488 |
+
</word>
|
489 |
+
</spoken>
|
490 |
+
</utterance>
|
491 |
+
<utterance id="test_0_6">
|
492 |
+
<text>也不知道自己心里是怎么搞的对</text>
|
493 |
+
<spoken wordcount="8">
|
494 |
+
<text>也 不知道 自己 心里 是 怎 #3 么 搞的对 #4</text>
|
495 |
+
<word>
|
496 |
+
<name>也</name>
|
497 |
+
<lang>PinYin</lang>
|
498 |
+
<syllable syllcount="1">
|
499 |
+
<phone>y_c e_c</phone>
|
500 |
+
<tone>3</tone>
|
501 |
+
</syllable>
|
502 |
+
<break>1</break>
|
503 |
+
<POS>0</POS>
|
504 |
+
</word>
|
505 |
+
<word>
|
506 |
+
<name>不知道</name>
|
507 |
+
<lang>PinYin</lang>
|
508 |
+
<syllable syllcount="3">
|
509 |
+
<phone>b_c u_c - zh_c ih_c - d_c ao_c</phone>
|
510 |
+
<tone>414</tone>
|
511 |
+
</syllable>
|
512 |
+
<break>1</break>
|
513 |
+
<POS>0</POS>
|
514 |
+
</word>
|
515 |
+
<word>
|
516 |
+
<name>自己</name>
|
517 |
+
<lang>PinYin</lang>
|
518 |
+
<syllable syllcount="2">
|
519 |
+
<phone>z_c ii_c - j_c i_c</phone>
|
520 |
+
<tone>43</tone>
|
521 |
+
</syllable>
|
522 |
+
<break>1</break>
|
523 |
+
<POS>0</POS>
|
524 |
+
</word>
|
525 |
+
<word>
|
526 |
+
<name>心里</name>
|
527 |
+
<lang>PinYin</lang>
|
528 |
+
<syllable syllcount="2">
|
529 |
+
<phone>xx_c in_c - l_c i_c</phone>
|
530 |
+
<tone>15</tone>
|
531 |
+
</syllable>
|
532 |
+
<break>1</break>
|
533 |
+
<POS>0</POS>
|
534 |
+
</word>
|
535 |
+
<word>
|
536 |
+
<name>是</name>
|
537 |
+
<lang>PinYin</lang>
|
538 |
+
<syllable syllcount="1">
|
539 |
+
<phone>sh_c ih_c</phone>
|
540 |
+
<tone>4</tone>
|
541 |
+
</syllable>
|
542 |
+
<break>1</break>
|
543 |
+
<POS>0</POS>
|
544 |
+
</word>
|
545 |
+
<word>
|
546 |
+
<name>怎</name>
|
547 |
+
<lang>PinYin</lang>
|
548 |
+
<syllable syllcount="1">
|
549 |
+
<phone>z_c en_c</phone>
|
550 |
+
<tone>3</tone>
|
551 |
+
</syllable>
|
552 |
+
<break>3</break>
|
553 |
+
<POS>0</POS>
|
554 |
+
</word>
|
555 |
+
<word>
|
556 |
+
<name>么</name>
|
557 |
+
<lang>PinYin</lang>
|
558 |
+
<syllable syllcount="1">
|
559 |
+
<phone>m_c e_c</phone>
|
560 |
+
<tone>5</tone>
|
561 |
+
</syllable>
|
562 |
+
<break>1</break>
|
563 |
+
<POS>0</POS>
|
564 |
+
</word>
|
565 |
+
<word>
|
566 |
+
<name>搞的对</name>
|
567 |
+
<lang>PinYin</lang>
|
568 |
+
<syllable syllcount="3">
|
569 |
+
<phone>g_c ao_c - d_c e_c - d_c uei_c</phone>
|
570 |
+
<tone>354</tone>
|
571 |
+
</syllable>
|
572 |
+
<break>4</break>
|
573 |
+
<POS>0</POS>
|
574 |
+
</word>
|
575 |
+
</spoken>
|
576 |
+
</utterance>
|
577 |
+
<utterance id="test_0_14">
|
578 |
+
<text>我现在怎么拍功夫灌篮大灌篮是吧</text>
|
579 |
+
<spoken wordcount="7">
|
580 |
+
<text>我 现在 怎么 拍功夫 灌篮 大灌篮 是吧 #4</text>
|
581 |
+
<word>
|
582 |
+
<name>我</name>
|
583 |
+
<lang>PinYin</lang>
|
584 |
+
<syllable syllcount="1">
|
585 |
+
<phone>w_c o_c</phone>
|
586 |
+
<tone>3</tone>
|
587 |
+
</syllable>
|
588 |
+
<break>1</break>
|
589 |
+
<POS>0</POS>
|
590 |
+
</word>
|
591 |
+
<word>
|
592 |
+
<name>现在</name>
|
593 |
+
<lang>PinYin</lang>
|
594 |
+
<syllable syllcount="2">
|
595 |
+
<phone>xx_c ian_c - z_c ai_c</phone>
|
596 |
+
<tone>44</tone>
|
597 |
+
</syllable>
|
598 |
+
<break>1</break>
|
599 |
+
<POS>0</POS>
|
600 |
+
</word>
|
601 |
+
<word>
|
602 |
+
<name>怎么</name>
|
603 |
+
<lang>PinYin</lang>
|
604 |
+
<syllable syllcount="2">
|
605 |
+
<phone>z_c en_c - m_c e_c</phone>
|
606 |
+
<tone>35</tone>
|
607 |
+
</syllable>
|
608 |
+
<break>1</break>
|
609 |
+
<POS>0</POS>
|
610 |
+
</word>
|
611 |
+
<word>
|
612 |
+
<name>拍功夫</name>
|
613 |
+
<lang>PinYin</lang>
|
614 |
+
<syllable syllcount="3">
|
615 |
+
<phone>p_c ai_c - g_c ong_c - f_c u_c</phone>
|
616 |
+
<tone>115</tone>
|
617 |
+
</syllable>
|
618 |
+
<break>1</break>
|
619 |
+
<POS>0</POS>
|
620 |
+
</word>
|
621 |
+
<word>
|
622 |
+
<name>灌篮</name>
|
623 |
+
<lang>PinYin</lang>
|
624 |
+
<syllable syllcount="2">
|
625 |
+
<phone>g_c uan_c - l_c an_c</phone>
|
626 |
+
<tone>42</tone>
|
627 |
+
</syllable>
|
628 |
+
<break>1</break>
|
629 |
+
<POS>0</POS>
|
630 |
+
</word>
|
631 |
+
<word>
|
632 |
+
<name>大灌篮</name>
|
633 |
+
<lang>PinYin</lang>
|
634 |
+
<syllable syllcount="3">
|
635 |
+
<phone>d_c a_c - g_c uan_c - l_c an_c</phone>
|
636 |
+
<tone>442</tone>
|
637 |
+
</syllable>
|
638 |
+
<break>1</break>
|
639 |
+
<POS>0</POS>
|
640 |
+
</word>
|
641 |
+
<word>
|
642 |
+
<name>是吧</name>
|
643 |
+
<lang>PinYin</lang>
|
644 |
+
<syllable syllcount="2">
|
645 |
+
<phone>sh_c ih_c - b_c a_c</phone>
|
646 |
+
<tone>45</tone>
|
647 |
+
</syllable>
|
648 |
+
<break>4</break>
|
649 |
+
<POS>0</POS>
|
650 |
+
</word>
|
651 |
+
</spoken>
|
652 |
+
</utterance>
|
653 |
+
<utterance id="test_0_15">
|
654 |
+
<text>我那时候没有学情我我</text>
|
655 |
+
<spoken wordcount="5">
|
656 |
+
<text>我 那时候 没有 学情 我我 #4</text>
|
657 |
+
<word>
|
658 |
+
<name>我</name>
|
659 |
+
<lang>PinYin</lang>
|
660 |
+
<syllable syllcount="1">
|
661 |
+
<phone>w_c o_c</phone>
|
662 |
+
<tone>3</tone>
|
663 |
+
</syllable>
|
664 |
+
<break>1</break>
|
665 |
+
<POS>0</POS>
|
666 |
+
</word>
|
667 |
+
<word>
|
668 |
+
<name>那时候</name>
|
669 |
+
<lang>PinYin</lang>
|
670 |
+
<syllable syllcount="3">
|
671 |
+
<phone>n_c a_c - sh_c ih_c - h_c ou_c</phone>
|
672 |
+
<tone>424</tone>
|
673 |
+
</syllable>
|
674 |
+
<break>1</break>
|
675 |
+
<POS>0</POS>
|
676 |
+
</word>
|
677 |
+
<word>
|
678 |
+
<name>没有</name>
|
679 |
+
<lang>PinYin</lang>
|
680 |
+
<syllable syllcount="2">
|
681 |
+
<phone>m_c ei_c - y_c ou_c</phone>
|
682 |
+
<tone>23</tone>
|
683 |
+
</syllable>
|
684 |
+
<break>1</break>
|
685 |
+
<POS>0</POS>
|
686 |
+
</word>
|
687 |
+
<word>
|
688 |
+
<name>学情</name>
|
689 |
+
<lang>PinYin</lang>
|
690 |
+
<syllable syllcount="2">
|
691 |
+
<phone>xx_c ve_c - q_c ing_c</phone>
|
692 |
+
<tone>22</tone>
|
693 |
+
</syllable>
|
694 |
+
<break>1</break>
|
695 |
+
<POS>0</POS>
|
696 |
+
</word>
|
697 |
+
<word>
|
698 |
+
<name>我我</name>
|
699 |
+
<lang>PinYin</lang>
|
700 |
+
<syllable syllcount="2">
|
701 |
+
<phone>w_c o_c - w_c o_c</phone>
|
702 |
+
<tone>23</tone>
|
703 |
+
</syllable>
|
704 |
+
<break>4</break>
|
705 |
+
<POS>0</POS>
|
706 |
+
</word>
|
707 |
+
</spoken>
|
708 |
+
</utterance>
|
709 |
+
<utterance id="test_0_27">
|
710 |
+
<text>也相信大家都看得出来</text>
|
711 |
+
<spoken wordcount="6">
|
712 |
+
<text>也 相信 大家 都 看得 出来 #4</text>
|
713 |
+
<word>
|
714 |
+
<name>也</name>
|
715 |
+
<lang>PinYin</lang>
|
716 |
+
<syllable syllcount="1">
|
717 |
+
<phone>y_c e_c</phone>
|
718 |
+
<tone>3</tone>
|
719 |
+
</syllable>
|
720 |
+
<break>1</break>
|
721 |
+
<POS>0</POS>
|
722 |
+
</word>
|
723 |
+
<word>
|
724 |
+
<name>相信</name>
|
725 |
+
<lang>PinYin</lang>
|
726 |
+
<syllable syllcount="2">
|
727 |
+
<phone>xx_c iang_c - xx_c in_c</phone>
|
728 |
+
<tone>14</tone>
|
729 |
+
</syllable>
|
730 |
+
<break>1</break>
|
731 |
+
<POS>0</POS>
|
732 |
+
</word>
|
733 |
+
<word>
|
734 |
+
<name>大家</name>
|
735 |
+
<lang>PinYin</lang>
|
736 |
+
<syllable syllcount="2">
|
737 |
+
<phone>d_c a_c - j_c ia_c</phone>
|
738 |
+
<tone>41</tone>
|
739 |
+
</syllable>
|
740 |
+
<break>1</break>
|
741 |
+
<POS>0</POS>
|
742 |
+
</word>
|
743 |
+
<word>
|
744 |
+
<name>都</name>
|
745 |
+
<lang>PinYin</lang>
|
746 |
+
<syllable syllcount="1">
|
747 |
+
<phone>d_c ou_c</phone>
|
748 |
+
<tone>1</tone>
|
749 |
+
</syllable>
|
750 |
+
<break>1</break>
|
751 |
+
<POS>0</POS>
|
752 |
+
</word>
|
753 |
+
<word>
|
754 |
+
<name>看得</name>
|
755 |
+
<lang>PinYin</lang>
|
756 |
+
<syllable syllcount="2">
|
757 |
+
<phone>k_c an_c - d_c e_c</phone>
|
758 |
+
<tone>45</tone>
|
759 |
+
</syllable>
|
760 |
+
<break>1</break>
|
761 |
+
<POS>0</POS>
|
762 |
+
</word>
|
763 |
+
<word>
|
764 |
+
<name>出来</name>
|
765 |
+
<lang>PinYin</lang>
|
766 |
+
<syllable syllcount="2">
|
767 |
+
<phone>ch_c u_c - l_c ai_c</phone>
|
768 |
+
<tone>12</tone>
|
769 |
+
</syllable>
|
770 |
+
<break>4</break>
|
771 |
+
<POS>0</POS>
|
772 |
+
</word>
|
773 |
+
</spoken>
|
774 |
+
</utterance>
|
775 |
+
<utterance id="test_0_26">
|
776 |
+
<text>我是一个案面面积我觉得</text>
|
777 |
+
<spoken wordcount="6">
|
778 |
+
<text>我是 一个 案面 面积 我 觉得 #4</text>
|
779 |
+
<word>
|
780 |
+
<name>我是</name>
|
781 |
+
<lang>PinYin</lang>
|
782 |
+
<syllable syllcount="2">
|
783 |
+
<phone>w_c o_c - sh_c ih_c</phone>
|
784 |
+
<tone>34</tone>
|
785 |
+
</syllable>
|
786 |
+
<break>1</break>
|
787 |
+
<POS>0</POS>
|
788 |
+
</word>
|
789 |
+
<word>
|
790 |
+
<name>一个</name>
|
791 |
+
<lang>PinYin</lang>
|
792 |
+
<syllable syllcount="2">
|
793 |
+
<phone>y_c i_c - g_c e_c</phone>
|
794 |
+
<tone>25</tone>
|
795 |
+
</syllable>
|
796 |
+
<break>1</break>
|
797 |
+
<POS>0</POS>
|
798 |
+
</word>
|
799 |
+
<word>
|
800 |
+
<name>案面</name>
|
801 |
+
<lang>PinYin</lang>
|
802 |
+
<syllable syllcount="2">
|
803 |
+
<phone>ga an_c - m_c ian_c</phone>
|
804 |
+
<tone>44</tone>
|
805 |
+
</syllable>
|
806 |
+
<break>1</break>
|
807 |
+
<POS>0</POS>
|
808 |
+
</word>
|
809 |
+
<word>
|
810 |
+
<name>面积</name>
|
811 |
+
<lang>PinYin</lang>
|
812 |
+
<syllable syllcount="2">
|
813 |
+
<phone>m_c ian_c - j_c i_c</phone>
|
814 |
+
<tone>41</tone>
|
815 |
+
</syllable>
|
816 |
+
<break>1</break>
|
817 |
+
<POS>0</POS>
|
818 |
+
</word>
|
819 |
+
<word>
|
820 |
+
<name>我</name>
|
821 |
+
<lang>PinYin</lang>
|
822 |
+
<syllable syllcount="1">
|
823 |
+
<phone>w_c o_c</phone>
|
824 |
+
<tone>3</tone>
|
825 |
+
</syllable>
|
826 |
+
<break>1</break>
|
827 |
+
<POS>0</POS>
|
828 |
+
</word>
|
829 |
+
<word>
|
830 |
+
<name>觉得</name>
|
831 |
+
<lang>PinYin</lang>
|
832 |
+
<syllable syllcount="2">
|
833 |
+
<phone>j_c ve_c - d_c e_c</phone>
|
834 |
+
<tone>25</tone>
|
835 |
+
</syllable>
|
836 |
+
<break>4</break>
|
837 |
+
<POS>0</POS>
|
838 |
+
</word>
|
839 |
+
</spoken>
|
840 |
+
</utterance>
|
841 |
+
<utterance id="test_0_33">
|
842 |
+
<text>被公车门夹到</text>
|
843 |
+
<spoken wordcount="3">
|
844 |
+
<text>被 公车门 夹到 #4</text>
|
845 |
+
<word>
|
846 |
+
<name>被</name>
|
847 |
+
<lang>PinYin</lang>
|
848 |
+
<syllable syllcount="1">
|
849 |
+
<phone>b_c ei_c</phone>
|
850 |
+
<tone>4</tone>
|
851 |
+
</syllable>
|
852 |
+
<break>1</break>
|
853 |
+
<POS>0</POS>
|
854 |
+
</word>
|
855 |
+
<word>
|
856 |
+
<name>公车门</name>
|
857 |
+
<lang>PinYin</lang>
|
858 |
+
<syllable syllcount="3">
|
859 |
+
<phone>g_c ong_c - ch_c e_c - m_c en_c</phone>
|
860 |
+
<tone>112</tone>
|
861 |
+
</syllable>
|
862 |
+
<break>1</break>
|
863 |
+
<POS>0</POS>
|
864 |
+
</word>
|
865 |
+
<word>
|
866 |
+
<name>夹到</name>
|
867 |
+
<lang>PinYin</lang>
|
868 |
+
<syllable syllcount="2">
|
869 |
+
<phone>j_c ia_c - d_c ao_c</phone>
|
870 |
+
<tone>14</tone>
|
871 |
+
</syllable>
|
872 |
+
<break>4</break>
|
873 |
+
<POS>0</POS>
|
874 |
+
</word>
|
875 |
+
</spoken>
|
876 |
+
</utterance>
|
877 |
+
<utterance id="test_0_22">
|
878 |
+
<text>比学历更重要啊</text>
|
879 |
+
<spoken wordcount="3">
|
880 |
+
<text>比 学历 更重要啊 #4</text>
|
881 |
+
<word>
|
882 |
+
<name>比</name>
|
883 |
+
<lang>PinYin</lang>
|
884 |
+
<syllable syllcount="1">
|
885 |
+
<phone>b_c i_c</phone>
|
886 |
+
<tone>3</tone>
|
887 |
+
</syllable>
|
888 |
+
<break>1</break>
|
889 |
+
<POS>0</POS>
|
890 |
+
</word>
|
891 |
+
<word>
|
892 |
+
<name>学历</name>
|
893 |
+
<lang>PinYin</lang>
|
894 |
+
<syllable syllcount="2">
|
895 |
+
<phone>xx_c ve_c - l_c i_c</phone>
|
896 |
+
<tone>24</tone>
|
897 |
+
</syllable>
|
898 |
+
<break>1</break>
|
899 |
+
<POS>0</POS>
|
900 |
+
</word>
|
901 |
+
<word>
|
902 |
+
<name>更重要啊</name>
|
903 |
+
<lang>PinYin</lang>
|
904 |
+
<syllable syllcount="4">
|
905 |
+
<phone>g_c eng_c - zh_c ong_c - y_c ao_c - ga a_c</phone>
|
906 |
+
<tone>4445</tone>
|
907 |
+
</syllable>
|
908 |
+
<break>4</break>
|
909 |
+
<POS>0</POS>
|
910 |
+
</word>
|
911 |
+
</spoken>
|
912 |
+
</utterance>
|
913 |
+
<utterance id="test_0_3">
|
914 |
+
<text>那我大概考了两次吧可</text>
|
915 |
+
<spoken wordcount="5">
|
916 |
+
<text>那我 大概 #3 考了 两次吧 可 #4</text>
|
917 |
+
<word>
|
918 |
+
<name>那我</name>
|
919 |
+
<lang>PinYin</lang>
|
920 |
+
<syllable syllcount="2">
|
921 |
+
<phone>n_c a_c - w_c o_c</phone>
|
922 |
+
<tone>43</tone>
|
923 |
+
</syllable>
|
924 |
+
<break>1</break>
|
925 |
+
<POS>0</POS>
|
926 |
+
</word>
|
927 |
+
<word>
|
928 |
+
<name>大概</name>
|
929 |
+
<lang>PinYin</lang>
|
930 |
+
<syllable syllcount="2">
|
931 |
+
<phone>d_c a_c - g_c ai_c</phone>
|
932 |
+
<tone>44</tone>
|
933 |
+
</syllable>
|
934 |
+
<break>3</break>
|
935 |
+
<POS>0</POS>
|
936 |
+
</word>
|
937 |
+
<word>
|
938 |
+
<name>考了</name>
|
939 |
+
<lang>PinYin</lang>
|
940 |
+
<syllable syllcount="2">
|
941 |
+
<phone>k_c ao_c - l_c e_c</phone>
|
942 |
+
<tone>35</tone>
|
943 |
+
</syllable>
|
944 |
+
<break>1</break>
|
945 |
+
<POS>0</POS>
|
946 |
+
</word>
|
947 |
+
<word>
|
948 |
+
<name>两次吧</name>
|
949 |
+
<lang>PinYin</lang>
|
950 |
+
<syllable syllcount="3">
|
951 |
+
<phone>l_c iang_c - c_c ii_c - b_c a_c</phone>
|
952 |
+
<tone>345</tone>
|
953 |
+
</syllable>
|
954 |
+
<break>1</break>
|
955 |
+
<POS>0</POS>
|
956 |
+
</word>
|
957 |
+
<word>
|
958 |
+
<name>可</name>
|
959 |
+
<lang>PinYin</lang>
|
960 |
+
<syllable syllcount="1">
|
961 |
+
<phone>k_c e_c</phone>
|
962 |
+
<tone>3</tone>
|
963 |
+
</syllable>
|
964 |
+
<break>4</break>
|
965 |
+
<POS>0</POS>
|
966 |
+
</word>
|
967 |
+
</spoken>
|
968 |
+
</utterance>
|
969 |
+
<utterance id="test_0_25">
|
970 |
+
<text>今天是在学校嘛急住</text>
|
971 |
+
<spoken wordcount="4">
|
972 |
+
<text>今天 是在 学校嘛 急住 #4</text>
|
973 |
+
<word>
|
974 |
+
<name>今天</name>
|
975 |
+
<lang>PinYin</lang>
|
976 |
+
<syllable syllcount="2">
|
977 |
+
<phone>j_c in_c - t_c ian_c</phone>
|
978 |
+
<tone>11</tone>
|
979 |
+
</syllable>
|
980 |
+
<break>1</break>
|
981 |
+
<POS>0</POS>
|
982 |
+
</word>
|
983 |
+
<word>
|
984 |
+
<name>是在</name>
|
985 |
+
<lang>PinYin</lang>
|
986 |
+
<syllable syllcount="2">
|
987 |
+
<phone>sh_c ih_c - z_c ai_c</phone>
|
988 |
+
<tone>44</tone>
|
989 |
+
</syllable>
|
990 |
+
<break>1</break>
|
991 |
+
<POS>0</POS>
|
992 |
+
</word>
|
993 |
+
<word>
|
994 |
+
<name>学校嘛</name>
|
995 |
+
<lang>PinYin</lang>
|
996 |
+
<syllable syllcount="3">
|
997 |
+
<phone>xx_c ve_c - xx_c iao_c - m_c a_c</phone>
|
998 |
+
<tone>245</tone>
|
999 |
+
</syllable>
|
1000 |
+
<break>1</break>
|
1001 |
+
<POS>0</POS>
|
1002 |
+
</word>
|
1003 |
+
<word>
|
1004 |
+
<name>急住</name>
|
1005 |
+
<lang>PinYin</lang>
|
1006 |
+
<syllable syllcount="2">
|
1007 |
+
<phone>j_c i_c - zh_c u_c</phone>
|
1008 |
+
<tone>24</tone>
|
1009 |
+
</syllable>
|
1010 |
+
<break>4</break>
|
1011 |
+
<POS>0</POS>
|
1012 |
+
</word>
|
1013 |
+
</spoken>
|
1014 |
+
</utterance>
|
1015 |
+
<utterance id="test_0_10">
|
1016 |
+
<text>你想一想年轻时候如果我去好好的</text>
|
1017 |
+
<spoken wordcount="7">
|
1018 |
+
<text>你 想一想 年轻 时候 如果 我去 好好的 #4</text>
|
1019 |
+
<word>
|
1020 |
+
<name>你</name>
|
1021 |
+
<lang>PinYin</lang>
|
1022 |
+
<syllable syllcount="1">
|
1023 |
+
<phone>n_c i_c</phone>
|
1024 |
+
<tone>2</tone>
|
1025 |
+
</syllable>
|
1026 |
+
<break>1</break>
|
1027 |
+
<POS>0</POS>
|
1028 |
+
</word>
|
1029 |
+
<word>
|
1030 |
+
<name>想一想</name>
|
1031 |
+
<lang>PinYin</lang>
|
1032 |
+
<syllable syllcount="3">
|
1033 |
+
<phone>xx_c iang_c - y_c i_c - xx_c iang_c</phone>
|
1034 |
+
<tone>343</tone>
|
1035 |
+
</syllable>
|
1036 |
+
<break>1</break>
|
1037 |
+
<POS>0</POS>
|
1038 |
+
</word>
|
1039 |
+
<word>
|
1040 |
+
<name>年轻</name>
|
1041 |
+
<lang>PinYin</lang>
|
1042 |
+
<syllable syllcount="2">
|
1043 |
+
<phone>n_c ian_c - q_c ing_c</phone>
|
1044 |
+
<tone>21</tone>
|
1045 |
+
</syllable>
|
1046 |
+
<break>1</break>
|
1047 |
+
<POS>0</POS>
|
1048 |
+
</word>
|
1049 |
+
<word>
|
1050 |
+
<name>时候</name>
|
1051 |
+
<lang>PinYin</lang>
|
1052 |
+
<syllable syllcount="2">
|
1053 |
+
<phone>sh_c ih_c - h_c ou_c</phone>
|
1054 |
+
<tone>24</tone>
|
1055 |
+
</syllable>
|
1056 |
+
<break>1</break>
|
1057 |
+
<POS>0</POS>
|
1058 |
+
</word>
|
1059 |
+
<word>
|
1060 |
+
<name>如果</name>
|
1061 |
+
<lang>PinYin</lang>
|
1062 |
+
<syllable syllcount="2">
|
1063 |
+
<phone>r_c u_c - g_c uo_c</phone>
|
1064 |
+
<tone>22</tone>
|
1065 |
+
</syllable>
|
1066 |
+
<break>1</break>
|
1067 |
+
<POS>0</POS>
|
1068 |
+
</word>
|
1069 |
+
<word>
|
1070 |
+
<name>我去</name>
|
1071 |
+
<lang>PinYin</lang>
|
1072 |
+
<syllable syllcount="2">
|
1073 |
+
<phone>w_c o_c - q_c v_c</phone>
|
1074 |
+
<tone>34</tone>
|
1075 |
+
</syllable>
|
1076 |
+
<break>1</break>
|
1077 |
+
<POS>0</POS>
|
1078 |
+
</word>
|
1079 |
+
<word>
|
1080 |
+
<name>好好的</name>
|
1081 |
+
<lang>PinYin</lang>
|
1082 |
+
<syllable syllcount="3">
|
1083 |
+
<phone>h_c ao_c - h_c ao_c - d_c e_c</phone>
|
1084 |
+
<tone>235</tone>
|
1085 |
+
</syllable>
|
1086 |
+
<break>4</break>
|
1087 |
+
<POS>0</POS>
|
1088 |
+
</word>
|
1089 |
+
</spoken>
|
1090 |
+
</utterance>
|
1091 |
+
<utterance id="test_0_21">
|
1092 |
+
<text>所以你我觉得人要有一技之长呢</text>
|
1093 |
+
<spoken wordcount="6">
|
1094 |
+
<text>所以 你我 觉得 人 要有 一技之长呢 #4</text>
|
1095 |
+
<word>
|
1096 |
+
<name>所以</name>
|
1097 |
+
<lang>PinYin</lang>
|
1098 |
+
<syllable syllcount="2">
|
1099 |
+
<phone>s_c uo_c - y_c i_c</phone>
|
1100 |
+
<tone>22</tone>
|
1101 |
+
</syllable>
|
1102 |
+
<break>1</break>
|
1103 |
+
<POS>0</POS>
|
1104 |
+
</word>
|
1105 |
+
<word>
|
1106 |
+
<name>你我</name>
|
1107 |
+
<lang>PinYin</lang>
|
1108 |
+
<syllable syllcount="2">
|
1109 |
+
<phone>n_c i_c - w_c o_c</phone>
|
1110 |
+
<tone>23</tone>
|
1111 |
+
</syllable>
|
1112 |
+
<break>1</break>
|
1113 |
+
<POS>0</POS>
|
1114 |
+
</word>
|
1115 |
+
<word>
|
1116 |
+
<name>觉得</name>
|
1117 |
+
<lang>PinYin</lang>
|
1118 |
+
<syllable syllcount="2">
|
1119 |
+
<phone>j_c ve_c - d_c e_c</phone>
|
1120 |
+
<tone>25</tone>
|
1121 |
+
</syllable>
|
1122 |
+
<break>1</break>
|
1123 |
+
<POS>0</POS>
|
1124 |
+
</word>
|
1125 |
+
<word>
|
1126 |
+
<name>人</name>
|
1127 |
+
<lang>PinYin</lang>
|
1128 |
+
<syllable syllcount="1">
|
1129 |
+
<phone>r_c en_c</phone>
|
1130 |
+
<tone>2</tone>
|
1131 |
+
</syllable>
|
1132 |
+
<break>1</break>
|
1133 |
+
<POS>0</POS>
|
1134 |
+
</word>
|
1135 |
+
<word>
|
1136 |
+
<name>要有</name>
|
1137 |
+
<lang>PinYin</lang>
|
1138 |
+
<syllable syllcount="2">
|
1139 |
+
<phone>y_c ao_c - y_c ou_c</phone>
|
1140 |
+
<tone>43</tone>
|
1141 |
+
</syllable>
|
1142 |
+
<break>1</break>
|
1143 |
+
<POS>0</POS>
|
1144 |
+
</word>
|
1145 |
+
<word>
|
1146 |
+
<name>一技之长呢</name>
|
1147 |
+
<lang>PinYin</lang>
|
1148 |
+
<syllable syllcount="5">
|
1149 |
+
<phone>y_c i_c - j_c i_c - zh_c ih_c - ch_c ang_c - n_c e_c</phone>
|
1150 |
+
<tone>24125</tone>
|
1151 |
+
</syllable>
|
1152 |
+
<break>4</break>
|
1153 |
+
<POS>0</POS>
|
1154 |
+
</word>
|
1155 |
+
</spoken>
|
1156 |
+
</utterance>
|
1157 |
+
<utterance id="test_0_13">
|
1158 |
+
<text>我没有去打球</text>
|
1159 |
+
<spoken wordcount="4">
|
1160 |
+
<text>我 没有 去 打球 #4</text>
|
1161 |
+
<word>
|
1162 |
+
<name>我</name>
|
1163 |
+
<lang>PinYin</lang>
|
1164 |
+
<syllable syllcount="1">
|
1165 |
+
<phone>w_c o_c</phone>
|
1166 |
+
<tone>3</tone>
|
1167 |
+
</syllable>
|
1168 |
+
<break>1</break>
|
1169 |
+
<POS>0</POS>
|
1170 |
+
</word>
|
1171 |
+
<word>
|
1172 |
+
<name>没有</name>
|
1173 |
+
<lang>PinYin</lang>
|
1174 |
+
<syllable syllcount="2">
|
1175 |
+
<phone>m_c ei_c - y_c ou_c</phone>
|
1176 |
+
<tone>23</tone>
|
1177 |
+
</syllable>
|
1178 |
+
<break>1</break>
|
1179 |
+
<POS>0</POS>
|
1180 |
+
</word>
|
1181 |
+
<word>
|
1182 |
+
<name>去</name>
|
1183 |
+
<lang>PinYin</lang>
|
1184 |
+
<syllable syllcount="1">
|
1185 |
+
<phone>q_c v_c</phone>
|
1186 |
+
<tone>4</tone>
|
1187 |
+
</syllable>
|
1188 |
+
<break>1</break>
|
1189 |
+
<POS>0</POS>
|
1190 |
+
</word>
|
1191 |
+
<word>
|
1192 |
+
<name>打球</name>
|
1193 |
+
<lang>PinYin</lang>
|
1194 |
+
<syllable syllcount="2">
|
1195 |
+
<phone>d_c a_c - q_c iou_c</phone>
|
1196 |
+
<tone>32</tone>
|
1197 |
+
</syllable>
|
1198 |
+
<break>4</break>
|
1199 |
+
<POS>0</POS>
|
1200 |
+
</word>
|
1201 |
+
</spoken>
|
1202 |
+
</utterance>
|
1203 |
+
<utterance id="test_0_7">
|
1204 |
+
<text>可能就有一种运动细胞吧其实</text>
|
1205 |
+
<spoken wordcount="6">
|
1206 |
+
<text>可能 就有 一种 运动 细胞吧 其实 #4</text>
|
1207 |
+
<word>
|
1208 |
+
<name>可能</name>
|
1209 |
+
<lang>PinYin</lang>
|
1210 |
+
<syllable syllcount="2">
|
1211 |
+
<phone>k_c e_c - n_c eng_c</phone>
|
1212 |
+
<tone>32</tone>
|
1213 |
+
</syllable>
|
1214 |
+
<break>1</break>
|
1215 |
+
<POS>0</POS>
|
1216 |
+
</word>
|
1217 |
+
<word>
|
1218 |
+
<name>就有</name>
|
1219 |
+
<lang>PinYin</lang>
|
1220 |
+
<syllable syllcount="2">
|
1221 |
+
<phone>j_c iou_c - y_c ou_c</phone>
|
1222 |
+
<tone>43</tone>
|
1223 |
+
</syllable>
|
1224 |
+
<break>1</break>
|
1225 |
+
<POS>0</POS>
|
1226 |
+
</word>
|
1227 |
+
<word>
|
1228 |
+
<name>一种</name>
|
1229 |
+
<lang>PinYin</lang>
|
1230 |
+
<syllable syllcount="2">
|
1231 |
+
<phone>y_c i_c - zh_c ong_c</phone>
|
1232 |
+
<tone>43</tone>
|
1233 |
+
</syllable>
|
1234 |
+
<break>1</break>
|
1235 |
+
<POS>0</POS>
|
1236 |
+
</word>
|
1237 |
+
<word>
|
1238 |
+
<name>运动</name>
|
1239 |
+
<lang>PinYin</lang>
|
1240 |
+
<syllable syllcount="2">
|
1241 |
+
<phone>y_c vn_c - d_c ong_c</phone>
|
1242 |
+
<tone>44</tone>
|
1243 |
+
</syllable>
|
1244 |
+
<break>1</break>
|
1245 |
+
<POS>0</POS>
|
1246 |
+
</word>
|
1247 |
+
<word>
|
1248 |
+
<name>细胞吧</name>
|
1249 |
+
<lang>PinYin</lang>
|
1250 |
+
<syllable syllcount="3">
|
1251 |
+
<phone>xx_c i_c - b_c ao_c - b_c a_c</phone>
|
1252 |
+
<tone>415</tone>
|
1253 |
+
</syllable>
|
1254 |
+
<break>1</break>
|
1255 |
+
<POS>0</POS>
|
1256 |
+
</word>
|
1257 |
+
<word>
|
1258 |
+
<name>其实</name>
|
1259 |
+
<lang>PinYin</lang>
|
1260 |
+
<syllable syllcount="2">
|
1261 |
+
<phone>q_c i_c - sh_c ih_c</phone>
|
1262 |
+
<tone>22</tone>
|
1263 |
+
</syllable>
|
1264 |
+
<break>4</break>
|
1265 |
+
<POS>0</POS>
|
1266 |
+
</word>
|
1267 |
+
</spoken>
|
1268 |
+
</utterance>
|
1269 |
+
<utterance id="test_0_17">
|
1270 |
+
<text>那个时候如果不喜欢看这些武术的电影</text>
|
1271 |
+
<spoken wordcount="8">
|
1272 |
+
<text>那个 时候 如果 不喜欢 看 这些 武术的 电影 #4</text>
|
1273 |
+
<word>
|
1274 |
+
<name>那个</name>
|
1275 |
+
<lang>PinYin</lang>
|
1276 |
+
<syllable syllcount="2">
|
1277 |
+
<phone>n_c a_c - g_c e_c</phone>
|
1278 |
+
<tone>45</tone>
|
1279 |
+
</syllable>
|
1280 |
+
<break>1</break>
|
1281 |
+
<POS>0</POS>
|
1282 |
+
</word>
|
1283 |
+
<word>
|
1284 |
+
<name>时候</name>
|
1285 |
+
<lang>PinYin</lang>
|
1286 |
+
<syllable syllcount="2">
|
1287 |
+
<phone>sh_c ih_c - h_c ou_c</phone>
|
1288 |
+
<tone>24</tone>
|
1289 |
+
</syllable>
|
1290 |
+
<break>1</break>
|
1291 |
+
<POS>0</POS>
|
1292 |
+
</word>
|
1293 |
+
<word>
|
1294 |
+
<name>如果</name>
|
1295 |
+
<lang>PinYin</lang>
|
1296 |
+
<syllable syllcount="2">
|
1297 |
+
<phone>r_c u_c - g_c uo_c</phone>
|
1298 |
+
<tone>23</tone>
|
1299 |
+
</syllable>
|
1300 |
+
<break>1</break>
|
1301 |
+
<POS>0</POS>
|
1302 |
+
</word>
|
1303 |
+
<word>
|
1304 |
+
<name>不喜欢</name>
|
1305 |
+
<lang>PinYin</lang>
|
1306 |
+
<syllable syllcount="3">
|
1307 |
+
<phone>b_c u_c - xx_c i_c - h_c uan_c</phone>
|
1308 |
+
<tone>435</tone>
|
1309 |
+
</syllable>
|
1310 |
+
<break>1</break>
|
1311 |
+
<POS>0</POS>
|
1312 |
+
</word>
|
1313 |
+
<word>
|
1314 |
+
<name>看</name>
|
1315 |
+
<lang>PinYin</lang>
|
1316 |
+
<syllable syllcount="1">
|
1317 |
+
<phone>k_c an_c</phone>
|
1318 |
+
<tone>4</tone>
|
1319 |
+
</syllable>
|
1320 |
+
<break>1</break>
|
1321 |
+
<POS>0</POS>
|
1322 |
+
</word>
|
1323 |
+
<word>
|
1324 |
+
<name>这些</name>
|
1325 |
+
<lang>PinYin</lang>
|
1326 |
+
<syllable syllcount="2">
|
1327 |
+
<phone>zh_c e_c - xx_c ie_c</phone>
|
1328 |
+
<tone>41</tone>
|
1329 |
+
</syllable>
|
1330 |
+
<break>1</break>
|
1331 |
+
<POS>0</POS>
|
1332 |
+
</word>
|
1333 |
+
<word>
|
1334 |
+
<name>武术的</name>
|
1335 |
+
<lang>PinYin</lang>
|
1336 |
+
<syllable syllcount="3">
|
1337 |
+
<phone>w_c u_c - sh_c u_c - d_c e_c</phone>
|
1338 |
+
<tone>345</tone>
|
1339 |
+
</syllable>
|
1340 |
+
<break>1</break>
|
1341 |
+
<POS>0</POS>
|
1342 |
+
</word>
|
1343 |
+
<word>
|
1344 |
+
<name>电影</name>
|
1345 |
+
<lang>PinYin</lang>
|
1346 |
+
<syllable syllcount="2">
|
1347 |
+
<phone>d_c ian_c - y_c ing_c</phone>
|
1348 |
+
<tone>43</tone>
|
1349 |
+
</syllable>
|
1350 |
+
<break>4</break>
|
1351 |
+
<POS>0</POS>
|
1352 |
+
</word>
|
1353 |
+
</spoken>
|
1354 |
+
</utterance>
|
1355 |
+
<utterance id="test_0_0">
|
1356 |
+
<text>真师重道那</text>
|
1357 |
+
<spoken wordcount="3">
|
1358 |
+
<text>真师 重道 那 #4</text>
|
1359 |
+
<word>
|
1360 |
+
<name>真师</name>
|
1361 |
+
<lang>PinYin</lang>
|
1362 |
+
<syllable syllcount="2">
|
1363 |
+
<phone>zh_c en_c - sh_c ih_c</phone>
|
1364 |
+
<tone>11</tone>
|
1365 |
+
</syllable>
|
1366 |
+
<break>1</break>
|
1367 |
+
<POS>0</POS>
|
1368 |
+
</word>
|
1369 |
+
<word>
|
1370 |
+
<name>重道</name>
|
1371 |
+
<lang>PinYin</lang>
|
1372 |
+
<syllable syllcount="2">
|
1373 |
+
<phone>ch_c ong_c - d_c ao_c</phone>
|
1374 |
+
<tone>24</tone>
|
1375 |
+
</syllable>
|
1376 |
+
<break>1</break>
|
1377 |
+
<POS>0</POS>
|
1378 |
+
</word>
|
1379 |
+
<word>
|
1380 |
+
<name>那</name>
|
1381 |
+
<lang>PinYin</lang>
|
1382 |
+
<syllable syllcount="1">
|
1383 |
+
<phone>n_c a_c</phone>
|
1384 |
+
<tone>4</tone>
|
1385 |
+
</syllable>
|
1386 |
+
<break>4</break>
|
1387 |
+
<POS>0</POS>
|
1388 |
+
</word>
|
1389 |
+
</spoken>
|
1390 |
+
</utterance>
|
1391 |
+
<utterance id="test_0_5">
|
1392 |
+
<text>我又很爱打球</text>
|
1393 |
+
<spoken wordcount="3">
|
1394 |
+
<text>我又 很爱 打球 #4</text>
|
1395 |
+
<word>
|
1396 |
+
<name>我又</name>
|
1397 |
+
<lang>PinYin</lang>
|
1398 |
+
<syllable syllcount="2">
|
1399 |
+
<phone>w_c o_c - y_c ou_c</phone>
|
1400 |
+
<tone>34</tone>
|
1401 |
+
</syllable>
|
1402 |
+
<break>1</break>
|
1403 |
+
<POS>0</POS>
|
1404 |
+
</word>
|
1405 |
+
<word>
|
1406 |
+
<name>很爱</name>
|
1407 |
+
<lang>PinYin</lang>
|
1408 |
+
<syllable syllcount="2">
|
1409 |
+
<phone>h_c en_c - ga ai_c</phone>
|
1410 |
+
<tone>34</tone>
|
1411 |
+
</syllable>
|
1412 |
+
<break>1</break>
|
1413 |
+
<POS>0</POS>
|
1414 |
+
</word>
|
1415 |
+
<word>
|
1416 |
+
<name>打球</name>
|
1417 |
+
<lang>PinYin</lang>
|
1418 |
+
<syllable syllcount="2">
|
1419 |
+
<phone>d_c a_c - q_c iou_c</phone>
|
1420 |
+
<tone>32</tone>
|
1421 |
+
</syllable>
|
1422 |
+
<break>4</break>
|
1423 |
+
<POS>0</POS>
|
1424 |
+
</word>
|
1425 |
+
</spoken>
|
1426 |
+
</utterance>
|
1427 |
+
<utterance id="test_0_12">
|
1428 |
+
<text>没有去没有去学琴</text>
|
1429 |
+
<spoken wordcount="5">
|
1430 |
+
<text>没有 去 没有 去 学琴 #4</text>
|
1431 |
+
<word>
|
1432 |
+
<name>没有</name>
|
1433 |
+
<lang>PinYin</lang>
|
1434 |
+
<syllable syllcount="2">
|
1435 |
+
<phone>m_c ei_c - y_c ou_c</phone>
|
1436 |
+
<tone>23</tone>
|
1437 |
+
</syllable>
|
1438 |
+
<break>1</break>
|
1439 |
+
<POS>0</POS>
|
1440 |
+
</word>
|
1441 |
+
<word>
|
1442 |
+
<name>去</name>
|
1443 |
+
<lang>PinYin</lang>
|
1444 |
+
<syllable syllcount="1">
|
1445 |
+
<phone>q_c v_c</phone>
|
1446 |
+
<tone>4</tone>
|
1447 |
+
</syllable>
|
1448 |
+
<break>1</break>
|
1449 |
+
<POS>0</POS>
|
1450 |
+
</word>
|
1451 |
+
<word>
|
1452 |
+
<name>没有</name>
|
1453 |
+
<lang>PinYin</lang>
|
1454 |
+
<syllable syllcount="2">
|
1455 |
+
<phone>m_c ei_c - y_c ou_c</phone>
|
1456 |
+
<tone>23</tone>
|
1457 |
+
</syllable>
|
1458 |
+
<break>1</break>
|
1459 |
+
<POS>0</POS>
|
1460 |
+
</word>
|
1461 |
+
<word>
|
1462 |
+
<name>去</name>
|
1463 |
+
<lang>PinYin</lang>
|
1464 |
+
<syllable syllcount="1">
|
1465 |
+
<phone>q_c v_c</phone>
|
1466 |
+
<tone>4</tone>
|
1467 |
+
</syllable>
|
1468 |
+
<break>1</break>
|
1469 |
+
<POS>0</POS>
|
1470 |
+
</word>
|
1471 |
+
<word>
|
1472 |
+
<name>学琴</name>
|
1473 |
+
<lang>PinYin</lang>
|
1474 |
+
<syllable syllcount="2">
|
1475 |
+
<phone>xx_c ve_c - q_c in_c</phone>
|
1476 |
+
<tone>22</tone>
|
1477 |
+
</syllable>
|
1478 |
+
<break>4</break>
|
1479 |
+
<POS>0</POS>
|
1480 |
+
</word>
|
1481 |
+
</spoken>
|
1482 |
+
</utterance>
|
1483 |
+
<utterance id="test_0_2">
|
1484 |
+
<text>让音乐系然后读大学的</text>
|
1485 |
+
<spoken wordcount="5">
|
1486 |
+
<text>让 音乐系 然后 #3 读 大学的 #4</text>
|
1487 |
+
<word>
|
1488 |
+
<name>让</name>
|
1489 |
+
<lang>PinYin</lang>
|
1490 |
+
<syllable syllcount="1">
|
1491 |
+
<phone>r_c ang_c</phone>
|
1492 |
+
<tone>4</tone>
|
1493 |
+
</syllable>
|
1494 |
+
<break>1</break>
|
1495 |
+
<POS>0</POS>
|
1496 |
+
</word>
|
1497 |
+
<word>
|
1498 |
+
<name>音乐系</name>
|
1499 |
+
<lang>PinYin</lang>
|
1500 |
+
<syllable syllcount="3">
|
1501 |
+
<phone>y_c in_c - y_c ve_c - xx_c i_c</phone>
|
1502 |
+
<tone>144</tone>
|
1503 |
+
</syllable>
|
1504 |
+
<break>1</break>
|
1505 |
+
<POS>0</POS>
|
1506 |
+
</word>
|
1507 |
+
<word>
|
1508 |
+
<name>然后</name>
|
1509 |
+
<lang>PinYin</lang>
|
1510 |
+
<syllable syllcount="2">
|
1511 |
+
<phone>r_c an_c - h_c ou_c</phone>
|
1512 |
+
<tone>24</tone>
|
1513 |
+
</syllable>
|
1514 |
+
<break>3</break>
|
1515 |
+
<POS>0</POS>
|
1516 |
+
</word>
|
1517 |
+
<word>
|
1518 |
+
<name>读</name>
|
1519 |
+
<lang>PinYin</lang>
|
1520 |
+
<syllable syllcount="1">
|
1521 |
+
<phone>d_c u_c</phone>
|
1522 |
+
<tone>2</tone>
|
1523 |
+
</syllable>
|
1524 |
+
<break>1</break>
|
1525 |
+
<POS>0</POS>
|
1526 |
+
</word>
|
1527 |
+
<word>
|
1528 |
+
<name>大学的</name>
|
1529 |
+
<lang>PinYin</lang>
|
1530 |
+
<syllable syllcount="3">
|
1531 |
+
<phone>d_c a_c - xx_c ve_c - d_c e_c</phone>
|
1532 |
+
<tone>425</tone>
|
1533 |
+
</syllable>
|
1534 |
+
<break>4</break>
|
1535 |
+
<POS>0</POS>
|
1536 |
+
</word>
|
1537 |
+
</spoken>
|
1538 |
+
</utterance>
|
1539 |
+
<utterance id="test_0_31">
|
1540 |
+
<text>他有这样的经验吧就是</text>
|
1541 |
+
<spoken wordcount="4">
|
1542 |
+
<text>他有 这样的 经验吧 就是 #4</text>
|
1543 |
+
<word>
|
1544 |
+
<name>他有</name>
|
1545 |
+
<lang>PinYin</lang>
|
1546 |
+
<syllable syllcount="2">
|
1547 |
+
<phone>t_c a_c - y_c ou_c</phone>
|
1548 |
+
<tone>13</tone>
|
1549 |
+
</syllable>
|
1550 |
+
<break>1</break>
|
1551 |
+
<POS>0</POS>
|
1552 |
+
</word>
|
1553 |
+
<word>
|
1554 |
+
<name>这样的</name>
|
1555 |
+
<lang>PinYin</lang>
|
1556 |
+
<syllable syllcount="3">
|
1557 |
+
<phone>zh_c e_c - y_c ang_c - d_c e_c</phone>
|
1558 |
+
<tone>445</tone>
|
1559 |
+
</syllable>
|
1560 |
+
<break>1</break>
|
1561 |
+
<POS>0</POS>
|
1562 |
+
</word>
|
1563 |
+
<word>
|
1564 |
+
<name>经验吧</name>
|
1565 |
+
<lang>PinYin</lang>
|
1566 |
+
<syllable syllcount="3">
|
1567 |
+
<phone>j_c ing_c - y_c an_c - b_c a_c</phone>
|
1568 |
+
<tone>145</tone>
|
1569 |
+
</syllable>
|
1570 |
+
<break>1</break>
|
1571 |
+
<POS>0</POS>
|
1572 |
+
</word>
|
1573 |
+
<word>
|
1574 |
+
<name>就是</name>
|
1575 |
+
<lang>PinYin</lang>
|
1576 |
+
<syllable syllcount="2">
|
1577 |
+
<phone>j_c iou_c - sh_c ih_c</phone>
|
1578 |
+
<tone>44</tone>
|
1579 |
+
</syllable>
|
1580 |
+
<break>4</break>
|
1581 |
+
<POS>0</POS>
|
1582 |
+
</word>
|
1583 |
+
</spoken>
|
1584 |
+
</utterance>
|
1585 |
+
<utterance id="test_0_8">
|
1586 |
+
<text>对我我现在讲的这些哦</text>
|
1587 |
+
<spoken wordcount="5">
|
1588 |
+
<text>对我 我 现在 讲的 这些哦 #4</text>
|
1589 |
+
<word>
|
1590 |
+
<name>对我</name>
|
1591 |
+
<lang>PinYin</lang>
|
1592 |
+
<syllable syllcount="2">
|
1593 |
+
<phone>d_c uei_c - w_c o_c</phone>
|
1594 |
+
<tone>42</tone>
|
1595 |
+
</syllable>
|
1596 |
+
<break>1</break>
|
1597 |
+
<POS>0</POS>
|
1598 |
+
</word>
|
1599 |
+
<word>
|
1600 |
+
<name>我</name>
|
1601 |
+
<lang>PinYin</lang>
|
1602 |
+
<syllable syllcount="1">
|
1603 |
+
<phone>w_c o_c</phone>
|
1604 |
+
<tone>3</tone>
|
1605 |
+
</syllable>
|
1606 |
+
<break>1</break>
|
1607 |
+
<POS>0</POS>
|
1608 |
+
</word>
|
1609 |
+
<word>
|
1610 |
+
<name>现在</name>
|
1611 |
+
<lang>PinYin</lang>
|
1612 |
+
<syllable syllcount="2">
|
1613 |
+
<phone>xx_c ian_c - z_c ai_c</phone>
|
1614 |
+
<tone>44</tone>
|
1615 |
+
</syllable>
|
1616 |
+
<break>1</break>
|
1617 |
+
<POS>0</POS>
|
1618 |
+
</word>
|
1619 |
+
<word>
|
1620 |
+
<name>讲的</name>
|
1621 |
+
<lang>PinYin</lang>
|
1622 |
+
<syllable syllcount="2">
|
1623 |
+
<phone>j_c iang_c - d_c e_c</phone>
|
1624 |
+
<tone>35</tone>
|
1625 |
+
</syllable>
|
1626 |
+
<break>1</break>
|
1627 |
+
<POS>0</POS>
|
1628 |
+
</word>
|
1629 |
+
<word>
|
1630 |
+
<name>这些哦</name>
|
1631 |
+
<lang>PinYin</lang>
|
1632 |
+
<syllable syllcount="3">
|
1633 |
+
<phone>zh_c e_c - xx_c ie_c - go o_c</phone>
|
1634 |
+
<tone>415</tone>
|
1635 |
+
</syllable>
|
1636 |
+
<break>4</break>
|
1637 |
+
<POS>0</POS>
|
1638 |
+
</word>
|
1639 |
+
</spoken>
|
1640 |
+
</utterance>
|
1641 |
+
<utterance id="test_0_32">
|
1642 |
+
<text>人很多的时候被挤到最后然后</text>
|
1643 |
+
<spoken wordcount="7">
|
1644 |
+
<text>人 很多的 时候 被 挤到 最后 然后 #4</text>
|
1645 |
+
<word>
|
1646 |
+
<name>人</name>
|
1647 |
+
<lang>PinYin</lang>
|
1648 |
+
<syllable syllcount="1">
|
1649 |
+
<phone>r_c en_c</phone>
|
1650 |
+
<tone>2</tone>
|
1651 |
+
</syllable>
|
1652 |
+
<break>1</break>
|
1653 |
+
<POS>0</POS>
|
1654 |
+
</word>
|
1655 |
+
<word>
|
1656 |
+
<name>很多的</name>
|
1657 |
+
<lang>PinYin</lang>
|
1658 |
+
<syllable syllcount="3">
|
1659 |
+
<phone>h_c en_c - d_c uo_c - d_c e_c</phone>
|
1660 |
+
<tone>315</tone>
|
1661 |
+
</syllable>
|
1662 |
+
<break>1</break>
|
1663 |
+
<POS>0</POS>
|
1664 |
+
</word>
|
1665 |
+
<word>
|
1666 |
+
<name>时候</name>
|
1667 |
+
<lang>PinYin</lang>
|
1668 |
+
<syllable syllcount="2">
|
1669 |
+
<phone>sh_c ih_c - h_c ou_c</phone>
|
1670 |
+
<tone>24</tone>
|
1671 |
+
</syllable>
|
1672 |
+
<break>1</break>
|
1673 |
+
<POS>0</POS>
|
1674 |
+
</word>
|
1675 |
+
<word>
|
1676 |
+
<name>被</name>
|
1677 |
+
<lang>PinYin</lang>
|
1678 |
+
<syllable syllcount="1">
|
1679 |
+
<phone>b_c ei_c</phone>
|
1680 |
+
<tone>4</tone>
|
1681 |
+
</syllable>
|
1682 |
+
<break>1</break>
|
1683 |
+
<POS>0</POS>
|
1684 |
+
</word>
|
1685 |
+
<word>
|
1686 |
+
<name>挤到</name>
|
1687 |
+
<lang>PinYin</lang>
|
1688 |
+
<syllable syllcount="2">
|
1689 |
+
<phone>j_c i_c - d_c ao_c</phone>
|
1690 |
+
<tone>34</tone>
|
1691 |
+
</syllable>
|
1692 |
+
<break>1</break>
|
1693 |
+
<POS>0</POS>
|
1694 |
+
</word>
|
1695 |
+
<word>
|
1696 |
+
<name>最后</name>
|
1697 |
+
<lang>PinYin</lang>
|
1698 |
+
<syllable syllcount="2">
|
1699 |
+
<phone>z_c uei_c - h_c ou_c</phone>
|
1700 |
+
<tone>44</tone>
|
1701 |
+
</syllable>
|
1702 |
+
<break>1</break>
|
1703 |
+
<POS>0</POS>
|
1704 |
+
</word>
|
1705 |
+
<word>
|
1706 |
+
<name>然后</name>
|
1707 |
+
<lang>PinYin</lang>
|
1708 |
+
<syllable syllcount="2">
|
1709 |
+
<phone>r_c an_c - h_c ou_c</phone>
|
1710 |
+
<tone>24</tone>
|
1711 |
+
</syllable>
|
1712 |
+
<break>4</break>
|
1713 |
+
<POS>0</POS>
|
1714 |
+
</word>
|
1715 |
+
</spoken>
|
1716 |
+
</utterance>
|
1717 |
+
<utterance id="test_0_18">
|
1718 |
+
<text>我拍清东西啊你是谁</text>
|
1719 |
+
<spoken wordcount="5">
|
1720 |
+
<text>我 拍清 东西啊 你 是谁 #4</text>
|
1721 |
+
<word>
|
1722 |
+
<name>我</name>
|
1723 |
+
<lang>PinYin</lang>
|
1724 |
+
<syllable syllcount="1">
|
1725 |
+
<phone>w_c o_c</phone>
|
1726 |
+
<tone>3</tone>
|
1727 |
+
</syllable>
|
1728 |
+
<break>1</break>
|
1729 |
+
<POS>0</POS>
|
1730 |
+
</word>
|
1731 |
+
<word>
|
1732 |
+
<name>拍清</name>
|
1733 |
+
<lang>PinYin</lang>
|
1734 |
+
<syllable syllcount="2">
|
1735 |
+
<phone>p_c ai_c - q_c ing_c</phone>
|
1736 |
+
<tone>11</tone>
|
1737 |
+
</syllable>
|
1738 |
+
<break>1</break>
|
1739 |
+
<POS>0</POS>
|
1740 |
+
</word>
|
1741 |
+
<word>
|
1742 |
+
<name>东西啊</name>
|
1743 |
+
<lang>PinYin</lang>
|
1744 |
+
<syllable syllcount="3">
|
1745 |
+
<phone>d_c ong_c - xx_c i_c - ga a_c</phone>
|
1746 |
+
<tone>155</tone>
|
1747 |
+
</syllable>
|
1748 |
+
<break>1</break>
|
1749 |
+
<POS>0</POS>
|
1750 |
+
</word>
|
1751 |
+
<word>
|
1752 |
+
<name>你</name>
|
1753 |
+
<lang>PinYin</lang>
|
1754 |
+
<syllable syllcount="1">
|
1755 |
+
<phone>n_c i_c</phone>
|
1756 |
+
<tone>3</tone>
|
1757 |
+
</syllable>
|
1758 |
+
<break>1</break>
|
1759 |
+
<POS>0</POS>
|
1760 |
+
</word>
|
1761 |
+
<word>
|
1762 |
+
<name>是谁</name>
|
1763 |
+
<lang>PinYin</lang>
|
1764 |
+
<syllable syllcount="2">
|
1765 |
+
<phone>sh_c ih_c - sh_c uei_c</phone>
|
1766 |
+
<tone>42</tone>
|
1767 |
+
</syllable>
|
1768 |
+
<break>4</break>
|
1769 |
+
<POS>0</POS>
|
1770 |
+
</word>
|
1771 |
+
</spoken>
|
1772 |
+
</utterance>
|
1773 |
+
<utterance id="test_0_20">
|
1774 |
+
<text>穿这样的东西所</text>
|
1775 |
+
<spoken wordcount="4">
|
1776 |
+
<text>穿 #3 这样的 东西 所 #4</text>
|
1777 |
+
<word>
|
1778 |
+
<name>穿</name>
|
1779 |
+
<lang>PinYin</lang>
|
1780 |
+
<syllable syllcount="1">
|
1781 |
+
<phone>ch_c uan_c</phone>
|
1782 |
+
<tone>1</tone>
|
1783 |
+
</syllable>
|
1784 |
+
<break>3</break>
|
1785 |
+
<POS>0</POS>
|
1786 |
+
</word>
|
1787 |
+
<word>
|
1788 |
+
<name>这样的</name>
|
1789 |
+
<lang>PinYin</lang>
|
1790 |
+
<syllable syllcount="3">
|
1791 |
+
<phone>zh_c e_c - y_c ang_c - d_c e_c</phone>
|
1792 |
+
<tone>445</tone>
|
1793 |
+
</syllable>
|
1794 |
+
<break>1</break>
|
1795 |
+
<POS>0</POS>
|
1796 |
+
</word>
|
1797 |
+
<word>
|
1798 |
+
<name>东西</name>
|
1799 |
+
<lang>PinYin</lang>
|
1800 |
+
<syllable syllcount="2">
|
1801 |
+
<phone>d_c ong_c - xx_c i_c</phone>
|
1802 |
+
<tone>15</tone>
|
1803 |
+
</syllable>
|
1804 |
+
<break>1</break>
|
1805 |
+
<POS>0</POS>
|
1806 |
+
</word>
|
1807 |
+
<word>
|
1808 |
+
<name>所</name>
|
1809 |
+
<lang>PinYin</lang>
|
1810 |
+
<syllable syllcount="1">
|
1811 |
+
<phone>s_c uo_c</phone>
|
1812 |
+
<tone>3</tone>
|
1813 |
+
</syllable>
|
1814 |
+
<break>4</break>
|
1815 |
+
<POS>0</POS>
|
1816 |
+
</word>
|
1817 |
+
</spoken>
|
1818 |
+
</utterance>
|
1819 |
+
<utterance id="test_0_29">
|
1820 |
+
<text>拿个很简单的例子好了打光</text>
|
1821 |
+
<spoken wordcount="6">
|
1822 |
+
<text>拿 #3 个 很简单的 例子 好了 #3 打光 #4</text>
|
1823 |
+
<word>
|
1824 |
+
<name>拿</name>
|
1825 |
+
<lang>PinYin</lang>
|
1826 |
+
<syllable syllcount="1">
|
1827 |
+
<phone>n_c a_c</phone>
|
1828 |
+
<tone>2</tone>
|
1829 |
+
</syllable>
|
1830 |
+
<break>3</break>
|
1831 |
+
<POS>0</POS>
|
1832 |
+
</word>
|
1833 |
+
<word>
|
1834 |
+
<name>个</name>
|
1835 |
+
<lang>PinYin</lang>
|
1836 |
+
<syllable syllcount="1">
|
1837 |
+
<phone>g_c e_c</phone>
|
1838 |
+
<tone>5</tone>
|
1839 |
+
</syllable>
|
1840 |
+
<break>1</break>
|
1841 |
+
<POS>0</POS>
|
1842 |
+
</word>
|
1843 |
+
<word>
|
1844 |
+
<name>很简单的</name>
|
1845 |
+
<lang>PinYin</lang>
|
1846 |
+
<syllable syllcount="4">
|
1847 |
+
<phone>h_c en_c - j_c ian_c - d_c an_c - d_c e_c</phone>
|
1848 |
+
<tone>2315</tone>
|
1849 |
+
</syllable>
|
1850 |
+
<break>1</break>
|
1851 |
+
<POS>0</POS>
|
1852 |
+
</word>
|
1853 |
+
<word>
|
1854 |
+
<name>例子</name>
|
1855 |
+
<lang>PinYin</lang>
|
1856 |
+
<syllable syllcount="2">
|
1857 |
+
<phone>l_c i_c - z_c ii_c</phone>
|
1858 |
+
<tone>45</tone>
|
1859 |
+
</syllable>
|
1860 |
+
<break>1</break>
|
1861 |
+
<POS>0</POS>
|
1862 |
+
</word>
|
1863 |
+
<word>
|
1864 |
+
<name>好了</name>
|
1865 |
+
<lang>PinYin</lang>
|
1866 |
+
<syllable syllcount="2">
|
1867 |
+
<phone>h_c ao_c - l_c e_c</phone>
|
1868 |
+
<tone>35</tone>
|
1869 |
+
</syllable>
|
1870 |
+
<break>3</break>
|
1871 |
+
<POS>0</POS>
|
1872 |
+
</word>
|
1873 |
+
<word>
|
1874 |
+
<name>打光</name>
|
1875 |
+
<lang>PinYin</lang>
|
1876 |
+
<syllable syllcount="2">
|
1877 |
+
<phone>d_c a_c - g_c uang_c</phone>
|
1878 |
+
<tone>31</tone>
|
1879 |
+
</syllable>
|
1880 |
+
<break>4</break>
|
1881 |
+
<POS>0</POS>
|
1882 |
+
</word>
|
1883 |
+
</spoken>
|
1884 |
+
</utterance>
|
1885 |
+
<utterance id="test_0_4">
|
1886 |
+
<text>我不是读书而料而且</text>
|
1887 |
+
<spoken wordcount="5">
|
1888 |
+
<text>我 不是 读书 而料 而且 #4</text>
|
1889 |
+
<word>
|
1890 |
+
<name>我</name>
|
1891 |
+
<lang>PinYin</lang>
|
1892 |
+
<syllable syllcount="1">
|
1893 |
+
<phone>w_c o_c</phone>
|
1894 |
+
<tone>3</tone>
|
1895 |
+
</syllable>
|
1896 |
+
<break>1</break>
|
1897 |
+
<POS>0</POS>
|
1898 |
+
</word>
|
1899 |
+
<word>
|
1900 |
+
<name>不是</name>
|
1901 |
+
<lang>PinYin</lang>
|
1902 |
+
<syllable syllcount="2">
|
1903 |
+
<phone>b_c u_c - sh_c ih_c</phone>
|
1904 |
+
<tone>24</tone>
|
1905 |
+
</syllable>
|
1906 |
+
<break>1</break>
|
1907 |
+
<POS>0</POS>
|
1908 |
+
</word>
|
1909 |
+
<word>
|
1910 |
+
<name>读书</name>
|
1911 |
+
<lang>PinYin</lang>
|
1912 |
+
<syllable syllcount="2">
|
1913 |
+
<phone>d_c u_c - sh_c u_c</phone>
|
1914 |
+
<tone>21</tone>
|
1915 |
+
</syllable>
|
1916 |
+
<break>1</break>
|
1917 |
+
<POS>0</POS>
|
1918 |
+
</word>
|
1919 |
+
<word>
|
1920 |
+
<name>而料</name>
|
1921 |
+
<lang>PinYin</lang>
|
1922 |
+
<syllable syllcount="2">
|
1923 |
+
<phone>ge er_c - l_c iao_c</phone>
|
1924 |
+
<tone>24</tone>
|
1925 |
+
</syllable>
|
1926 |
+
<break>1</break>
|
1927 |
+
<POS>0</POS>
|
1928 |
+
</word>
|
1929 |
+
<word>
|
1930 |
+
<name>而且</name>
|
1931 |
+
<lang>PinYin</lang>
|
1932 |
+
<syllable syllcount="2">
|
1933 |
+
<phone>ge er_c - q_c ie_c</phone>
|
1934 |
+
<tone>23</tone>
|
1935 |
+
</syllable>
|
1936 |
+
<break>4</break>
|
1937 |
+
<POS>0</POS>
|
1938 |
+
</word>
|
1939 |
+
</spoken>
|
1940 |
+
</utterance>
|
1941 |
+
</script>
|
jay/pretrain_work_dir/data/am_train.lst
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
test_0_19 {sh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone4$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ii_c$tone4$s_end$word_middle$emotion_neutral$F7} {f_c$tone1$s_begin$word_middle$emotion_neutral$F7} {a_c$tone1$s_end$word_middle$emotion_neutral$F7} {xx_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ing_c$tone4$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone2$s_begin$word_begin$emotion_neutral$F7} {e_c$tone2$s_end$word_middle$emotion_neutral$F7} {xx_c$tone3$s_begin$word_middle$emotion_neutral$F7} {i_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
2 |
+
test_0_15 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {sh_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {m_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {q_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ing_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone2$s_begin$word_begin$emotion_neutral$F7} {o_c$tone2$s_end$word_middle$emotion_neutral$F7} {w_c$tone3$s_begin$word_middle$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
3 |
+
test_0_11 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone1$s_begin$word_begin$emotion_neutral$F7} {uan_c$tone1$s_end$word_middle$emotion_neutral$F7} {z_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {b_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone1$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
4 |
+
test_0_12 {m_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {q_c$tone4$s_begin$word_begin$emotion_neutral$F7} {v_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {m_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {q_c$tone4$s_begin$word_begin$emotion_neutral$F7} {v_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {q_c$tone2$s_begin$word_middle$emotion_neutral$F7} {in_c$tone2$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
5 |
+
test_0_24 {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {sh_c$tone1$s_begin$word_middle$emotion_neutral$F7} {eng_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ie_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone4$s_begin$word_middle$emotion_neutral$F7} {uan_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {j_c$tone4$s_begin$word_middle$emotion_neutral$F7} {i_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
6 |
+
test_0_6 {y_c$tone3$s_begin$word_begin$emotion_neutral$F7} {e_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {b_c$tone4$s_begin$word_begin$emotion_neutral$F7} {u_c$tone4$s_end$word_middle$emotion_neutral$F7} {zh_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ii_c$tone4$s_end$word_middle$emotion_neutral$F7} {j_c$tone3$s_begin$word_middle$emotion_neutral$F7} {i_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone1$s_begin$word_begin$emotion_neutral$F7} {in_c$tone1$s_end$word_middle$emotion_neutral$F7} {l_c$tone5$s_begin$word_middle$emotion_neutral$F7} {i_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone3$s_begin$word_begin$emotion_neutral$F7} {en_c$tone3$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {m_c$tone5$s_begin$word_begin$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone3$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_middle$emotion_neutral$F7} {d_c$tone4$s_begin$word_middle$emotion_neutral$F7} {uei_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
7 |
+
test_0_22 {b_c$tone3$s_begin$word_begin$emotion_neutral$F7} {i_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {l_c$tone4$s_begin$word_middle$emotion_neutral$F7} {i_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone4$s_begin$word_begin$emotion_neutral$F7} {eng_c$tone4$s_end$word_middle$emotion_neutral$F7} {zh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ong_c$tone4$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone4$s_end$word_middle$emotion_neutral$F7} {ga$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
8 |
+
test_0_33 {b_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ong_c$tone1$s_end$word_middle$emotion_neutral$F7} {ch_c$tone1$s_begin$word_middle$emotion_neutral$F7} {e_c$tone1$s_end$word_middle$emotion_neutral$F7} {m_c$tone2$s_begin$word_middle$emotion_neutral$F7} {en_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ia_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
9 |
+
test_0_10 {n_c$tone2$s_begin$word_begin$emotion_neutral$F7} {i_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone3$s_begin$word_begin$emotion_neutral$F7} {iang_c$tone3$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {i_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone3$s_begin$word_middle$emotion_neutral$F7} {iang_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone2$s_end$word_middle$emotion_neutral$F7} {q_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ing_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {u_c$tone2$s_end$word_middle$emotion_neutral$F7} {g_c$tone2$s_begin$word_middle$emotion_neutral$F7} {uo_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_middle$emotion_neutral$F7} {q_c$tone4$s_begin$word_middle$emotion_neutral$F7} {v_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {h_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
10 |
+
test_0_25 {j_c$tone1$s_begin$word_begin$emotion_neutral$F7} {in_c$tone1$s_end$word_middle$emotion_neutral$F7} {t_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ian_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone4$s_end$word_middle$emotion_neutral$F7} {z_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {xx_c$tone4$s_begin$word_middle$emotion_neutral$F7} {iao_c$tone4$s_end$word_middle$emotion_neutral$F7} {m_c$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone2$s_begin$word_begin$emotion_neutral$F7} {i_c$tone2$s_end$word_middle$emotion_neutral$F7} {zh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {u_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
11 |
+
test_0_26 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_middle$emotion_neutral$F7} {sh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone2$s_begin$word_begin$emotion_neutral$F7} {i_c$tone2$s_end$word_middle$emotion_neutral$F7} {g_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {ga$tone4$s_begin$word_begin$emotion_neutral$F7} {an_c$tone4$s_end$word_middle$emotion_neutral$F7} {m_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ian_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {m_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone4$s_end$word_middle$emotion_neutral$F7} {j_c$tone1$s_begin$word_middle$emotion_neutral$F7} {i_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
12 |
+
test_0_31 {t_c$tone1$s_begin$word_begin$emotion_neutral$F7} {a_c$tone1$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ang_c$tone4$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ing_c$tone1$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {an_c$tone4$s_end$word_middle$emotion_neutral$F7} {b_c$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone4$s_begin$word_begin$emotion_neutral$F7} {iou_c$tone4$s_end$word_middle$emotion_neutral$F7} {sh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
13 |
+
test_0_5 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {h_c$tone3$s_begin$word_begin$emotion_neutral$F7} {en_c$tone3$s_end$word_middle$emotion_neutral$F7} {ga$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone3$s_begin$word_begin$emotion_neutral$F7} {a_c$tone3$s_end$word_middle$emotion_neutral$F7} {q_c$tone2$s_begin$word_middle$emotion_neutral$F7} {iou_c$tone2$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
14 |
+
test_0_14 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone4$s_end$word_middle$emotion_neutral$F7} {z_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone3$s_begin$word_begin$emotion_neutral$F7} {en_c$tone3$s_end$word_middle$emotion_neutral$F7} {m_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {p_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ai_c$tone1$s_end$word_middle$emotion_neutral$F7} {g_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ong_c$tone1$s_end$word_middle$emotion_neutral$F7} {f_c$tone5$s_begin$word_middle$emotion_neutral$F7} {u_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone4$s_begin$word_begin$emotion_neutral$F7} {uan_c$tone4$s_end$word_middle$emotion_neutral$F7} {l_c$tone2$s_begin$word_middle$emotion_neutral$F7} {an_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {g_c$tone4$s_begin$word_middle$emotion_neutral$F7} {uan_c$tone4$s_end$word_middle$emotion_neutral$F7} {l_c$tone2$s_begin$word_middle$emotion_neutral$F7} {an_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone4$s_end$word_middle$emotion_neutral$F7} {b_c$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
15 |
+
test_0_3 {n_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {w_c$tone3$s_begin$word_middle$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {g_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {k_c$tone3$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone3$s_end$word_middle$emotion_neutral$F7} {l_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {l_c$tone3$s_begin$word_begin$emotion_neutral$F7} {iang_c$tone3$s_end$word_middle$emotion_neutral$F7} {c_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ii_c$tone4$s_end$word_middle$emotion_neutral$F7} {b_c$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {k_c$tone3$s_begin$word_begin$emotion_neutral$F7} {e_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
16 |
+
test_0_4 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {b_c$tone2$s_begin$word_begin$emotion_neutral$F7} {u_c$tone2$s_end$word_middle$emotion_neutral$F7} {sh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone2$s_begin$word_begin$emotion_neutral$F7} {u_c$tone2$s_end$word_middle$emotion_neutral$F7} {sh_c$tone1$s_begin$word_middle$emotion_neutral$F7} {u_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {ge$tone2$s_begin$word_begin$emotion_neutral$F7} {er_c$tone2$s_end$word_middle$emotion_neutral$F7} {l_c$tone4$s_begin$word_middle$emotion_neutral$F7} {iao_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {ge$tone2$s_begin$word_begin$emotion_neutral$F7} {er_c$tone2$s_end$word_middle$emotion_neutral$F7} {q_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ie_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
17 |
+
test_0_8 {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {uei_c$tone4$s_end$word_middle$emotion_neutral$F7} {w_c$tone2$s_begin$word_middle$emotion_neutral$F7} {o_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone4$s_end$word_middle$emotion_neutral$F7} {z_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone3$s_begin$word_begin$emotion_neutral$F7} {iang_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ie_c$tone1$s_end$word_middle$emotion_neutral$F7} {go$tone5$s_begin$word_middle$emotion_neutral$F7} {o_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
18 |
+
test_0_13 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {m_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {q_c$tone4$s_begin$word_begin$emotion_neutral$F7} {v_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone3$s_begin$word_begin$emotion_neutral$F7} {a_c$tone3$s_end$word_middle$emotion_neutral$F7} {q_c$tone2$s_begin$word_middle$emotion_neutral$F7} {iou_c$tone2$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
19 |
+
test_0_20 {ch_c$tone1$s_begin$word_begin$emotion_neutral$F7} {uan_c$tone1$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ang_c$tone4$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ong_c$tone1$s_end$word_middle$emotion_neutral$F7} {xx_c$tone5$s_begin$word_middle$emotion_neutral$F7} {i_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {s_c$tone3$s_begin$word_begin$emotion_neutral$F7} {uo_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
20 |
+
test_0_29 {n_c$tone2$s_begin$word_begin$emotion_neutral$F7} {a_c$tone2$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone5$s_begin$word_begin$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {h_c$tone2$s_begin$word_begin$emotion_neutral$F7} {en_c$tone2$s_end$word_middle$emotion_neutral$F7} {j_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ian_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone1$s_begin$word_middle$emotion_neutral$F7} {an_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {l_c$tone4$s_begin$word_begin$emotion_neutral$F7} {i_c$tone4$s_end$word_middle$emotion_neutral$F7} {z_c$tone5$s_begin$word_middle$emotion_neutral$F7} {ii_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {h_c$tone3$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone3$s_end$word_middle$emotion_neutral$F7} {l_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone3$s_begin$word_begin$emotion_neutral$F7} {a_c$tone3$s_end$word_middle$emotion_neutral$F7} {g_c$tone1$s_begin$word_middle$emotion_neutral$F7} {uang_c$tone1$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
21 |
+
test_0_27 {y_c$tone3$s_begin$word_begin$emotion_neutral$F7} {e_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone1$s_begin$word_begin$emotion_neutral$F7} {iang_c$tone1$s_end$word_middle$emotion_neutral$F7} {xx_c$tone4$s_begin$word_middle$emotion_neutral$F7} {in_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {j_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ia_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ou_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {k_c$tone4$s_begin$word_begin$emotion_neutral$F7} {an_c$tone4$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {ch_c$tone1$s_begin$word_begin$emotion_neutral$F7} {u_c$tone1$s_end$word_middle$emotion_neutral$F7} {l_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone2$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
22 |
+
test_0_16 {xx_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone4$s_end$word_middle$emotion_neutral$F7} {z_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone4$s_end$word_middle$emotion_neutral$F7} {z_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone3$s_begin$word_begin$emotion_neutral$F7} {en_c$tone3$s_end$word_middle$emotion_neutral$F7} {m_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_middle$emotion_neutral$F7} {p_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {b_c$tone4$s_begin$word_begin$emotion_neutral$F7} {u_c$tone4$s_end$word_middle$emotion_neutral$F7} {n_c$tone2$s_begin$word_middle$emotion_neutral$F7} {eng_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone1$s_begin$word_begin$emotion_neutral$F7} {uo_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {m_c$tone4$s_begin$word_begin$emotion_neutral$F7} {i_c$tone4$s_end$word_middle$emotion_neutral$F7} {m_c$tone4$s_begin$word_middle$emotion_neutral$F7} {i_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {uei_c$tone4$s_end$word_middle$emotion_neutral$F7} {b_c$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
23 |
+
test_0_18 {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {p_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ai_c$tone1$s_end$word_middle$emotion_neutral$F7} {q_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ing_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ong_c$tone1$s_end$word_middle$emotion_neutral$F7} {xx_c$tone5$s_begin$word_middle$emotion_neutral$F7} {i_c$tone5$s_end$word_middle$emotion_neutral$F7} {ga$tone5$s_begin$word_middle$emotion_neutral$F7} {a_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone3$s_begin$word_begin$emotion_neutral$F7} {i_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone4$s_end$word_middle$emotion_neutral$F7} {sh_c$tone2$s_begin$word_middle$emotion_neutral$F7} {uei_c$tone2$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
24 |
+
test_0_0 {zh_c$tone1$s_begin$word_begin$emotion_neutral$F7} {en_c$tone1$s_end$word_middle$emotion_neutral$F7} {sh_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {ch_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ong_c$tone2$s_end$word_middle$emotion_neutral$F7} {d_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
25 |
+
test_0_17 {n_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {g_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {u_c$tone2$s_end$word_middle$emotion_neutral$F7} {g_c$tone3$s_begin$word_middle$emotion_neutral$F7} {uo_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {b_c$tone4$s_begin$word_begin$emotion_neutral$F7} {u_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone3$s_begin$word_middle$emotion_neutral$F7} {i_c$tone3$s_end$word_middle$emotion_neutral$F7} {h_c$tone5$s_begin$word_middle$emotion_neutral$F7} {uan_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {k_c$tone4$s_begin$word_begin$emotion_neutral$F7} {an_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ie_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {u_c$tone3$s_end$word_middle$emotion_neutral$F7} {sh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {u_c$tone4$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ian_c$tone4$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ing_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
26 |
+
test_0_1 {s_c$tone2$s_begin$word_begin$emotion_neutral$F7} {uo_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {i_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {t_c$tone1$s_begin$word_begin$emotion_neutral$F7} {a_c$tone1$s_end$word_middle$emotion_neutral$F7} {h_c$tone3$s_begin$word_middle$emotion_neutral$F7} {en_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone1$s_begin$word_begin$emotion_neutral$F7} {i_c$tone1$s_end$word_middle$emotion_neutral$F7} {w_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ang_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {k_c$tone2$s_begin$word_begin$emotion_neutral$F7} {e_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone2$s_begin$word_middle$emotion_neutral$F7} {i_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {k_c$tone3$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
27 |
+
test_0_21 {s_c$tone2$s_begin$word_begin$emotion_neutral$F7} {uo_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone2$s_begin$word_middle$emotion_neutral$F7} {i_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone2$s_begin$word_begin$emotion_neutral$F7} {i_c$tone2$s_end$word_middle$emotion_neutral$F7} {w_c$tone3$s_begin$word_middle$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {en_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ao_c$tone4$s_end$word_middle$emotion_neutral$F7} {y_c$tone3$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone2$s_begin$word_begin$emotion_neutral$F7} {i_c$tone2$s_end$word_middle$emotion_neutral$F7} {j_c$tone4$s_begin$word_middle$emotion_neutral$F7} {i_c$tone4$s_end$word_middle$emotion_neutral$F7} {zh_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone1$s_end$word_middle$emotion_neutral$F7} {ch_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ang_c$tone2$s_end$word_middle$emotion_neutral$F7} {n_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
28 |
+
test_0_2 {r_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ang_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone1$s_begin$word_begin$emotion_neutral$F7} {in_c$tone1$s_end$word_middle$emotion_neutral$F7} {y_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ve_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone4$s_begin$word_middle$emotion_neutral$F7} {i_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {an_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone2$s_begin$word_begin$emotion_neutral$F7} {u_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {d_c$tone4$s_begin$word_begin$emotion_neutral$F7} {a_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ve_c$tone2$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
29 |
+
test_0_28 {j_c$tone4$s_begin$word_begin$emotion_neutral$F7} {iou_c$tone4$s_end$word_end$emotion_neutral$F7} {#3$tone_none$s_none$word_none$emotion_neutral$F7} {h_c$tone3$s_begin$word_begin$emotion_neutral$F7} {en_c$tone3$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone4$s_end$word_middle$emotion_neutral$F7} {sh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {eng_c$tone4$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {en_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_middle$emotion_neutral$F7} {j_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ve_c$tone2$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
30 |
+
test_0_23 {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {g_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone4$s_end$word_middle$emotion_neutral$F7} {w_c$tone3$s_begin$word_middle$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone4$s_begin$word_begin$emotion_neutral$F7} {i_c$tone4$s_end$word_middle$emotion_neutral$F7} {zh_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ai_c$tone4$s_end$word_middle$emotion_neutral$F7} {g_c$tone1$s_begin$word_middle$emotion_neutral$F7} {en_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {zh_c$tone4$s_begin$word_begin$emotion_neutral$F7} {e_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ie_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {xx_c$tone3$s_begin$word_begin$emotion_neutral$F7} {iao_c$tone3$s_end$word_middle$emotion_neutral$F7} {p_c$tone2$s_begin$word_middle$emotion_neutral$F7} {eng_c$tone2$s_end$word_middle$emotion_neutral$F7} {y_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone3$s_begin$word_begin$emotion_neutral$F7} {iang_c$tone3$s_end$word_middle$emotion_neutral$F7} {l_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone3$s_begin$word_begin$emotion_neutral$F7} {iang_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
31 |
+
test_0_9 {d_c$tone1$s_begin$word_begin$emotion_neutral$F7} {ou_c$tone1$s_end$word_middle$emotion_neutral$F7} {sh_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ih_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone3$s_begin$word_begin$emotion_neutral$F7} {o_c$tone3$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {w_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone4$s_end$word_middle$emotion_neutral$F7} {l_c$tone2$s_begin$word_middle$emotion_neutral$F7} {ai_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {ch_c$tone2$s_begin$word_begin$emotion_neutral$F7} {eng_c$tone2$s_end$word_middle$emotion_neutral$F7} {g_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ong_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {y_c$tone4$s_begin$word_begin$emotion_neutral$F7} {i_c$tone4$s_end$word_middle$emotion_neutral$F7} {xx_c$tone1$s_begin$word_middle$emotion_neutral$F7} {ie_c$tone1$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {g_c$tone1$s_begin$word_begin$emotion_neutral$F7} {uan_c$tone1$s_end$word_middle$emotion_neutral$F7} {j_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ian_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {n_c$tone3$s_begin$word_begin$emotion_neutral$F7} {i_c$tone3$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
jay/pretrain_work_dir/data/am_valid.lst
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
test_0_32 {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {en_c$tone2$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {h_c$tone3$s_begin$word_begin$emotion_neutral$F7} {en_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone1$s_begin$word_middle$emotion_neutral$F7} {uo_c$tone1$s_end$word_middle$emotion_neutral$F7} {d_c$tone5$s_begin$word_middle$emotion_neutral$F7} {e_c$tone5$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {sh_c$tone2$s_begin$word_begin$emotion_neutral$F7} {ih_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {b_c$tone4$s_begin$word_begin$emotion_neutral$F7} {ei_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {j_c$tone3$s_begin$word_begin$emotion_neutral$F7} {i_c$tone3$s_end$word_middle$emotion_neutral$F7} {d_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ao_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {z_c$tone4$s_begin$word_begin$emotion_neutral$F7} {uei_c$tone4$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#1$tone_none$s_none$word_none$emotion_neutral$F7} {r_c$tone2$s_begin$word_begin$emotion_neutral$F7} {an_c$tone2$s_end$word_middle$emotion_neutral$F7} {h_c$tone4$s_begin$word_middle$emotion_neutral$F7} {ou_c$tone4$s_end$word_end$emotion_neutral$F7} {#4$tone_none$s_none$word_none$emotion_neutral$F7}
|
jay/pretrain_work_dir/data/audio_config.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
audio_config: {fmax: 8000.0, fmin: 0.0, hop_length: 200, max_norm: 1.0, min_level_db: -100.0,
|
2 |
+
n_fft: 2048, n_mels: 80, norm_type: mean_std, num_workers: 16, phone_level_feature: true,
|
3 |
+
preemphasize: false, ref_level_db: 20, sampling_rate: 16000, se_feature: true, symmetric: false,
|
4 |
+
trim_silence: true, trim_silence_threshold_db: 60, wav_normalize: true, win_length: 1000}
|
5 |
+
create_time: '2023-07-08 19:12:43'
|
6 |
+
git_revision_hash: ''
|
jay/pretrain_work_dir/data/badlist.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
test_0_7
|
jay/pretrain_work_dir/data/duration/test_0_0.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:000c25efbb998609e84b2892ef5f7bac6efa54a2ac6a086f24424010bf850d84
|
3 |
+
size 232
|
jay/pretrain_work_dir/data/duration/test_0_1.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1d0b5adac522c7325460ea72e5ad834f31b1f283bd3261edaafa5eb74cd3947
|
3 |
+
size 336
|
jay/pretrain_work_dir/data/duration/test_0_10.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f089b14d9ddc2cec8bb35e85136d2983d1d3f3401f921fc5a2eae5df024d1655
|
3 |
+
size 424
|
jay/pretrain_work_dir/data/duration/test_0_11.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f709cb44f8fbe159a5d85c1ea96147076c7ca1cc64356dceea4fdbf14f821d8e
|
3 |
+
size 256
|
jay/pretrain_work_dir/data/duration/test_0_12.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ad902f2272389133b213b2ab84721b6f6018ac6da3affc67ade33b5c7bf3b85
|
3 |
+
size 296
|
jay/pretrain_work_dir/data/duration/test_0_13.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fac9a40be2e1d894c430dd023e3daa28d25d282dbcfb42d5b36a436eb14e4eb8
|
3 |
+
size 256
|
jay/pretrain_work_dir/data/duration/test_0_14.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f3a8d96610f9f521a28021e7df7fa078dfd9d0ae346b0ad9b91b08e0d2bb428
|
3 |
+
size 424
|
jay/pretrain_work_dir/data/duration/test_0_15.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20a70771f332a9121bec85d0708617da4388bcea354d2914d20ca8150e70b8d3
|
3 |
+
size 328
|
jay/pretrain_work_dir/data/duration/test_0_16.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cd3211ba05c612273d1314c359c2ab3a50da381960c7ceb5c9945d57256cea1
|
3 |
+
size 424
|
jay/pretrain_work_dir/data/duration/test_0_17.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edbb0d9537cd8f009085f72218b3be1523fe431215bab5fa3b26ffc6c24274a8
|
3 |
+
size 464
|
jay/pretrain_work_dir/data/duration/test_0_18.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0626bf0f5161cbe8b49d818a67ef23938bd8d942dd74d5b7cc79af4a86f3ad
|
3 |
+
size 312
|
jay/pretrain_work_dir/data/duration/test_0_19.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e19ba501947508f6198fbaf21f4da596a648b0f9ef5cd50b8666c504f1b75778
|
3 |
+
size 280
|
jay/pretrain_work_dir/data/duration/test_0_2.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93bf9ad14e3f22443d6eb6febb1327c0b9c615649b167c2a1fa3366b1181fead
|
3 |
+
size 328
|
jay/pretrain_work_dir/data/duration/test_0_20.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:434ccff839a4b5f16f510255f64b40f24f22c2b04e13502a21f544f93f12254d
|
3 |
+
size 272
|
jay/pretrain_work_dir/data/duration/test_0_21.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:355e1f3466b48ea045806f6542671098b78cc70067367ab9d96d8c190b567639
|
3 |
+
size 400
|
jay/pretrain_work_dir/data/duration/test_0_22.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b377f784850ba25bf7ed1fe075f4423689b3afc6bd4391cf6c1c5e127e7eff8d
|
3 |
+
size 264
|
jay/pretrain_work_dir/data/duration/test_0_23.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66eb87d2faaa96261c914353e80b9a21fcca0199dfff95fe84632dff62b8e4b1
|
3 |
+
size 488
|
jay/pretrain_work_dir/data/duration/test_0_24.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0560d19cec275e4e28d4a251e868dc013cf8aa1b68cad7c430ea0f03ffb7ffb
|
3 |
+
size 288
|
jay/pretrain_work_dir/data/duration/test_0_25.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb8c98a7a9a65dfcd36a0a6cd060dbe9dcc491c007866813f153d5360b6547de
|
3 |
+
size 304
|
jay/pretrain_work_dir/data/duration/test_0_26.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97787a5a3ba4534d6a5e82e4bb3ce246b692322ea05dac1fd52e195bab708d76
|
3 |
+
size 352
|
jay/pretrain_work_dir/data/duration/test_0_27.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c90c847eb01d5e29431810970c274653f42791da88e6507da7b184d7cc84bdc3
|
3 |
+
size 336
|
jay/pretrain_work_dir/data/duration/test_0_28.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfbd5beb23213dfa5106724997d841b9fe024915228b7431ace35480aeeac451
|
3 |
+
size 288
|
jay/pretrain_work_dir/data/duration/test_0_29.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6da1f63aa12a82719f450f3d7f13124ef7c23f5fd29ab59dc5843e5fd7779481
|
3 |
+
size 368
|
jay/pretrain_work_dir/data/duration/test_0_3.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c874e23c2f48db07029062e0a48eea1133437a22ae56f6cb0ffa8f226469ed6
|
3 |
+
size 328
|
jay/pretrain_work_dir/data/duration/test_0_31.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07a595b45e53f32f6c7a4a872448ce79e6a52a8790f1c9a7ccb6292e393d66ad
|
3 |
+
size 320
|
jay/pretrain_work_dir/data/duration/test_0_32.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fe0a80e2157106cd29da1aea005b0c9a335fe9164cc6eabe03f526fa3e4d2af
|
3 |
+
size 392
|
jay/pretrain_work_dir/data/duration/test_0_33.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37cc40e14f9b89a507a13be510165e3673990aab3e3c477c59400b29c4628c90
|
3 |
+
size 248
|
jay/pretrain_work_dir/data/duration/test_0_4.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfe232310e5ad30d6c95c9c689e55fa151e27ff1c789dad42550f9671a2fd75e
|
3 |
+
size 312
|
jay/pretrain_work_dir/data/duration/test_0_5.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bcb98cba4fa4c50b1ae86efbbf0ad9f2ef3c0c753a6cdf7183f179e6f73bdd0
|
3 |
+
size 248
|
jay/pretrain_work_dir/data/duration/test_0_6.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70ee3c86ff76e610d012616e1fa4f04d42a0564447a2e49825fe31187bd22743
|
3 |
+
size 416
|
jay/pretrain_work_dir/data/duration/test_0_8.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d470c720aad7677155e1473d7566efa7fb0ebbf9b70e61005ca0e25ddbed1ee5
|
3 |
+
size 328
|
jay/pretrain_work_dir/data/duration/test_0_9.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a56de7daa596374972f38b43ba07cbc5fc363162f131f4193057275d393ad6af
|
3 |
+
size 392
|
jay/pretrain_work_dir/data/energy/energy_mean.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
37.208483
|
jay/pretrain_work_dir/data/energy/energy_std.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
27.658401
|
jay/pretrain_work_dir/data/energy/test_0_0.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:987d1c83fc1d1a94e7b842fbb9339f7a3cd50aec3d0d73e92bdb9a36e9379171
|
3 |
+
size 180
|
jay/pretrain_work_dir/data/energy/test_0_1.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ce881597405e7719e3b05bbd324d380b444d2956a2dca2b35212e6e96e3370a
|
3 |
+
size 232
|
jay/pretrain_work_dir/data/energy/test_0_10.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02c5c04df03c9aef9d6672737cad8b0a1fc876e98d73477d0be24d6989657f13
|
3 |
+
size 276
|
jay/pretrain_work_dir/data/energy/test_0_11.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7dc514c1badd4fcc36cb325872dbee96b07639b222d1a2c55e435b4d5cc7fcb
|
3 |
+
size 192
|
jay/pretrain_work_dir/data/energy/test_0_12.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6aa98a834b779361086abebd587310a2ea84984df5fce29281550bc74cf79c02
|
3 |
+
size 212
|
jay/pretrain_work_dir/data/energy/test_0_13.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:684d2deb674d207e90405df195ed15c57002c12984540753ed75bfd1a1db4b9f
|
3 |
+
size 192
|
jay/pretrain_work_dir/data/energy/test_0_14.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd255daa37d5e0cf3bba46fecc8e52ce355247ff2e897e8eb384d6490d825cd0
|
3 |
+
size 276
|
jay/pretrain_work_dir/data/energy/test_0_15.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee6a3561d1d27680e393ab3b23f934cbcf0502079e640224b9a02a3c97d6a4eb
|
3 |
+
size 228
|